Share

PointDescriptionKey.FixedLabelRotation 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.280

Syntax

C#

public double FixedLabelRotation { get; set; }

VB

Public Property FixedLabelRotation As Double
	Get
	Set

C++

public:
property double FixedLabelRotation {
	double get ();
	void set (double value);
}

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

Reference

Was this information helpful?