Click or drag to resize

CustomUnitsAttribute(String, UnitType) Constructor

Initializes a new instance of the CustomUnitsAttribute class.

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