Package | Description |
---|---|
com.aspose.cad.fileformats.ifc.ifc4.entities |
Modifier and Type | Method and Description |
---|---|
IfcCostValue |
IfcAsset.getCurrentValue() |
IfcCostValue |
IfcInventory.getCurrentValue() |
IfcCostValue |
IfcAsset.getDepreciatedValue() |
IfcCostValue |
IfcAsset.getOriginalValue() |
IfcCostValue |
IfcInventory.getOriginalValue() |
IfcCostValue |
IfcAsset.getTotalReplacementCost() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcCostValue> |
IfcCostItem.getCostValues() |
Modifier and Type | Method and Description |
---|---|
void |
IfcAsset.setCurrentValue(IfcCostValue value) |
void |
IfcInventory.setCurrentValue(IfcCostValue value) |
void |
IfcAsset.setDepreciatedValue(IfcCostValue value) |
void |
IfcAsset.setOriginalValue(IfcCostValue value) |
void |
IfcInventory.setOriginalValue(IfcCostValue value) |
void |
IfcAsset.setTotalReplacementCost(IfcCostValue value) |
Modifier and Type | Method and Description |
---|---|
void |
IfcCostItem.setCostValues(IfcCollection<IfcCostValue> value) |