Share

SettingsAmbient.SettingsTime.Unit Property

Specifies the unit of the measurement.



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

Syntax

C#

public PropertyEnum<TimeUnitType> Unit { get; }

VB

Public ReadOnly Property Unit As PropertyEnum(Of TimeUnitType)
	Get

C++

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

Property Value

PropertyEnumTimeUnitType

See Also

Reference

Was this information helpful?