SurfaceOperationAddImxFileDoCoordinateConversion 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.292
Syntax
public bool DoCoordinateConversion { get; set; }

Property Value

Boolean
Remarks
You may need to rebuild the surface after changing the surface name to make this change.
See Also