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