Click or drag to resize

CIPJSetMICoordSys Method

Set coordinate system from a MapInfo coordsys command

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetMICoordSys(
	string coord,
	string units
)

public void SetMICoordSys(
	string coord,
	string units
)

Parameters

coord
Type: SystemString
MapInfo Coordinate System
units
Type: SystemString
MapInfo Units
See Also