Share

SettingsAmbient.SettingsUnitNumber<TUnit>.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<TUnit> Unit { get; }

VB

Public ReadOnly Property Unit As PropertyEnum(Of TUnit)
	Get

C++

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

Property Value

PropertyEnumTUnit

See Also

Reference

Was this information helpful?