| Library | Module | Frames | Expand |
| Property | ConversionFactor | as IpfcUnitConversionFactor |
| The relationship of the unit to its reference unit. | ||
| Property | Expression | as String |
| The user-friendly unit description: the name (i.e. "ksi") for ordinary units and the expression (i.e. N/m^3) for system-generated units. | ||
| Property | IsStandard | as Boolean |
| Whether the unit is system-defined (value true) or user-defined (value false). | ||
| Property | Name | as String |
| Specifies the name of the unit. | ||
| Property | ReferenceUnit | as IpfcUnit |
| The reference unit of the unit. | ||
| Property | Type | as IpfcUnitType |
| The type of quantity represented by the unit. | ||
| Sub | Delete () | |
| Delete the unit | ||
| Sub | Modify (ConversionFactor as IpfcUnitConversionFactor, ReferenceUnit as IpfcUnit) | |
| Modify a unit's definition by applying a new conversion factor and reference unit. | ||
| Property | ConversionFactor | as IpfcUnitConversionFactor |
|
The relationship of the unit to its reference unit. |
| Property | Expression | as String |
|
The user-friendly unit description: the name (i.e. "ksi") for ordinary units and the expression (i.e. N/m^3) for system-generated units. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The unit type was not recognized. |
| Property | IsStandard | as Boolean |
|
Whether the unit is system-defined (value true) or user-defined (value false). |
| Property | Name | as String |
|
Specifies the name of the unit. Exceptions thrown (but not limited to): IpfcXToolkitCantModify - The unit is referenced from the principal system of units and cannot be modified. |
| Property | ReferenceUnit | as IpfcUnit |
|
The reference unit of the unit. |
| Property | Type | as IpfcUnitType |
|
The type of quantity represented by the unit. |
| Sub | Delete | () |
|
Delete the unit Exceptions thrown (but not limited to): IpfcXToolkitCantModify - The unit referenced from another unit or system of units and cannot be deleted. |
| Sub | Modify | (ConversionFactor as IpfcUnitConversionFactor, ReferenceUnit as IpfcUnit) |
|
Modify a unit's definition by applying a new conversion factor and reference unit. Exceptions thrown (but not limited to): IpfcXToolkitCantModify - The unit cannot be modified because it is referenced from the principal system of units or it is referenced from ref_unit.
|