Click or drag to resize

CustomUnitsAttribute Constructor (String, UnitType)

Initializes a new instance of the CustomUnitsAttribute class.

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public 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