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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool DoCoordinateConversion { get; set; }
Public Property DoCoordinateConversion As Boolean
Get
Set
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