AngleDirectionFormat Property

Specifies the units of the exported angles and directions.

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

Syntax

C#

public LandXMLAngularUnits AngleDirectionFormat { get; set; }

Visual Basic

Public Property AngleDirectionFormat As LandXMLAngularUnits
	Get
	Set

Visual C++

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

See Also