Share

SettingsAmbient.SettingsDirection.BearingQuadrant Property

Specifies which bearing quadrant to use.



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

Syntax

C#

public PropertyEnum<BearingQuadrantType> BearingQuadrant { get; }

VB

Public ReadOnly Property BearingQuadrant As PropertyEnum(Of BearingQuadrantType)
	Get

C++

public:
property PropertyEnum<BearingQuadrantType>^ BearingQuadrant {
	PropertyEnum<BearingQuadrantType>^ get ();
}

Property Value

PropertyEnumBearingQuadrantType

See Also

Reference

Was this information helpful?