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.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public RotationDirType ParcelDirection { get; set; } |
Visual Basic |
---|
Public Property ParcelDirection As RotationDirType Get Set |
Visual C++ |
---|
public: property RotationDirType ParcelDirection { RotationDirType get (); void set (RotationDirType value); } |