Click or drag to resize

CustomUnitsAttribute(UnitDescriptor) 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(
	UnitDescriptor unitDescriptor
)

Parameters

unitDescriptor  UnitDescriptor
The unit descriptor to use
See Also