Unit Property

Specifies the unit of the measurement.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyEnum<TimeUnitType> Unit { get; }

Visual Basic

Public ReadOnly Property Unit As PropertyEnum(Of TimeUnitType)
	Get

Visual C++

public:
property PropertyEnum<TimeUnitType>^ Unit {
	PropertyEnum<TimeUnitType>^ get ();
}

See Also