Specifies the unit of the measurement.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<TUnit> Unit { get; }
VB
Public ReadOnly Property Unit As PropertyEnum(Of TUnit) Get
C++
public: property PropertyEnum<TUnit>^ Unit { PropertyEnum<TUnit>^ get (); }