API Documentation > Classes > Class pfcModelUnits
Class pfcModelUnits
Description
This interface represents a type of units (length, mass, or other units).
Direct Known Subclasses:
Property Summary
/* optional */ string
The name of the units.
Method Summary
Returns the type of units described by the data object.
Property Detail
/* optional */ string
UnitName
The name of the units.
Method Detail
GetUnitType
()
Returns the type of units described by the data object.
Returns:
The type of units (length, mass, or custom).
Was this helpful?