Share

SurfaceOperationAddImxFile.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.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);
}

Property Value

Boolean

Remarks

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

See Also

Reference

Was this information helpful?