Specifies the direction of rotation.

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

Syntax

C#
public RotationDirType Direction { get; set; }
Visual Basic
Public Property Direction As RotationDirType
	Get
	Set
Visual C++
public:
property RotationDirType Direction {
	RotationDirType get ();
	void set (RotationDirType value);
}

See Also