RotationDirection Property

Specifies whether the values specified for the Rotate Parameter property or the Fixed Rotation property are clockwise angles or counterclockwise angles.

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

Syntax

C#

public RotationDirType RotationDirection { get; set; }

Visual Basic

Public Property RotationDirection As RotationDirType
	Get
	Set

Visual C++

public:
property RotationDirType RotationDirection {
	RotationDirType get ();
	void set (RotationDirType value);
}

See Also