OrientationReference Property

Gets the OrientationReferenceType enum value that specifies the orientation reference of the labels.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public PropertyEnum<OrientationReferenceType> OrientationReference { get; }

Visual Basic

Public ReadOnly Property OrientationReference As PropertyEnum(Of OrientationReferenceType)
	Get

Visual C++

public:
property PropertyEnum<OrientationReferenceType>^ OrientationReference {
	PropertyEnum<OrientationReferenceType>^ get ();
}

See Also