UnitsGetUnits(UnitType, UnitSystem) Method |
Gets all the units corresponding to a specified unit type and system.
Namespace: Demo3D.UtilitiesAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic static IList<UnitDescriptor> GetUnits(
UnitType unitType,
UnitSystem unitSystem
)
Parameters
- unitType UnitType
- The UnitType to retrieve units for.
- unitSystem UnitSystem
- The UnitSystem to retrieve units for.
Return Value
IListUnitDescriptorA list of UnitDescriptor instances representing the units corresponding to the specified unit type and system.
See Also