Specifies whether to rotate data when importing it from the LandXML file.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public bool Rotate { get; set; }
Visual Basic
Public Property Rotate As Boolean
Get
Set
Visual C++
public: property bool Rotate { bool get (); void set (bool value); }