Gets the rotation type of the label object, indicating whether the rotation is due to being dragged or settings in the label composer, or both.

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

Syntax

C#
public virtual LabelRotationType RotationType { get; }
Visual Basic
Public Overridable ReadOnly Property RotationType As LabelRotationType
	Get
Visual C++
public:
virtual property LabelRotationType RotationType {
	LabelRotationType get ();
}

Implements

ICommonLabelOptions..::..RotationType

See Also