Click or drag to resize

CIPJIGetMICoordSys Method (String, Int32, String, Int32)

Store coordinate system in MapInfo coordsys pair

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetMICoordSys(
	ref string coord,
	int len_coord,
	ref string units,
	int len_units
)

public void IGetMICoordSys(
	ref string coord,
	int len_coord,
	ref string units,
	int len_units
)

Parameters

coord
Type: SystemString
MapInfo coordsys string returned
len_coord
Type: SystemInt32
Coordsys string length
units
Type: SystemString
MapInfo unit string returned
len_units
Type: SystemInt32
Unit string length
See Also