Share

SettingsLandXMLImport.SettingsRotation.Angle Property

Specifies the angle about the base point where the LandXML data is rotated.



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

Syntax

C#

public double Angle { get; set; }

VB

Public Property Angle As Double
	Get
	Set

C++

public:
property double Angle {
	double get ();
	void set (double value);
}

Property Value

Double

See Also

Reference

Was this information helpful?