Specifies a fixed rotation used to rotate the point label when the description key is matched.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public double FixedLabelRotation { get; set; }
Visual Basic
Public Property FixedLabelRotation As Double
Get
Set
Visual C++
public: property double FixedLabelRotation { double get (); void set (double value); }
Remarks
If the input value is out of range [0, 2*PI], the range is calculated as a value in that range before the property is set.