Share

SettingsLandXMLExport.SettingsParcelExport.ParcelDirection 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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

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);
}

Property Value

RotationDirType

See Also

Reference

Was this information helpful?