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