Share

LabelStyleDirectionArrowComponent.StyleDirectionArrow.RotationAngle Property

Gets the angle for direction arrow component.



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

Syntax

C#

public PropertyDouble RotationAngle { get; }

VB

Public ReadOnly Property RotationAngle As PropertyDouble
	Get

C++

public:
property PropertyDouble^ RotationAngle {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?