Share

SettingsLandXMLImport.SettingsRotation.Rotate Property

Specifies whether to rotate data when importing it from the LandXML file.



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

Syntax

C#

public bool Rotate { get; set; }

VB

Public Property Rotate As Boolean
	Get
	Set

C++

public:
property bool Rotate {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?