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

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

Syntax

C#
public double FixedMarkerRotation { get; set; }
Visual Basic
Public Property FixedMarkerRotation As Double
	Get
	Set
Visual C++
public:
property double FixedMarkerRotation {
	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.

See Also