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.8.0.280
Syntax
C#
public RotationDirType RotationDirection { get; set; }
VB
Public Property RotationDirection As RotationDirType Get Set
C++
public: property RotationDirType RotationDirection { RotationDirType get (); void set (RotationDirType value); }