Specifies the direction from the parcel start point for exporting parcel segments. Parcel segments are exported in sequence in either a clockwise or counter-clockwise direction.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public RotationDirType ParcelDirection { get; set; }
VB
Public Property ParcelDirection As RotationDirType Get Set
C++
public: property RotationDirType ParcelDirection { RotationDirType get (); void set (RotationDirType value); }
