Share

SettingsLandXMLExport.SettingsData.AngleDirectionFormat Property

Specifies the units of the exported angles and directions.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public LandXMLAngularUnits AngleDirectionFormat { get; set; }

VB

Public Property AngleDirectionFormat As LandXMLAngularUnits
	Get
	Set

C++

public:
property LandXMLAngularUnits AngleDirectionFormat {
	LandXMLAngularUnits get ();
	void set (LandXMLAngularUnits value);
}

Property Value

LandXMLAngularUnits

See Also

Reference

Was this information helpful?