SettingsLandXMLExportSettingsParcelExportParcelDirection Property |
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.8.0.292
Syntaxpublic RotationDirType ParcelDirection { get; set; }
Public Property ParcelDirection As RotationDirType
Get
Set
public:
property RotationDirType ParcelDirection {
RotationDirType get ();
void set (RotationDirType value);
}
Property Value
RotationDirType
See Also