Share

SettingsCmdAddParcelSegmentLabels.SettingsCmdOptions.LabelingDirection Property

Gets the default parcel segment labeling direction .



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

Syntax

C#

public PropertyEnum<RotationDirType> LabelingDirection { get; }

VB

Public ReadOnly Property LabelingDirection As PropertyEnum(Of RotationDirType)
	Get

C++

public:
property PropertyEnum<RotationDirType>^ LabelingDirection {
	PropertyEnum<RotationDirType>^ get ();
}

Property Value

PropertyEnumRotationDirType

See Also

Reference

Was this information helpful?