Gets the default parcel segment labeling direction .

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

Syntax

C#
public PropertyEnum<RotationDirType> LabelingDirection { get; }
Visual Basic
Public ReadOnly Property LabelingDirection As PropertyEnum(Of RotationDirType)
	Get
Visual C++
public:
property PropertyEnum<RotationDirType>^ LabelingDirection {
	PropertyEnum<RotationDirType>^ get ();
}

See Also