Gets or sets the doCoordinateConversion value. If this is true, the operation will attempt to transform the IMX surface data to match the coordinate system of the drawing.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool DoCoordinateConversion { get; set; }
VB
Public Property DoCoordinateConversion As Boolean Get Set
C++
public: property bool DoCoordinateConversion { bool get (); void set (bool value); }