PointDescriptionKeyFixedLabelRotation Property

Specifies a fixed rotation used to rotate the point label when the description key is matched.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double FixedLabelRotation { get; set; }

Property Value

Double
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.
See Also