Share

LabelBase.RotationType Property

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.8.0.280

Syntax

C#

public virtual LabelRotationType RotationType { get; }

VB

Public Overridable ReadOnly Property RotationType As LabelRotationType
	Get

C++

public:
virtual property LabelRotationType RotationType {
	LabelRotationType get ();
}

Property Value

LabelRotationType

Implements

ICommonLabelOptionsRotationType

See Also

Reference

Was this information helpful?