CustomUnitsAttribute Constructor (String, UnitType) |
Namespace:
Demo3D.Utilities
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic CustomUnitsAttribute(
string unitName,
UnitType defaultUnitType
)
Parameters
- unitName
- Type: SystemString
The name of the unit to use - defaultUnitType
- Type: Demo3D.UtilitiesUnitType
The unit type to use if a unit with the specified name can't
See Also