DoCoordinateConversion Property

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.4.208.0

Syntax

C#

public bool DoCoordinateConversion { get; set; }

Visual Basic

Public Property DoCoordinateConversion As Boolean
	Get
	Set

Visual C++

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

Remarks

You may need to rebuild the surface after changing the surface name to make this change.

See Also