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