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.8.0.280
Syntax
C#
public PropertyEnum<OrientationReferenceType> OrientationReference { get; }
VB
Public ReadOnly Property OrientationReference As PropertyEnum(Of OrientationReferenceType) Get
C++
public: property PropertyEnum<OrientationReferenceType>^ OrientationReference { PropertyEnum<OrientationReferenceType>^ get (); }