 | CIPJIGetMICoordSys Method (String, String) |
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
Syntaxpublic void IGetMICoordSys(
ref string coord,
ref string units
)
public void IGetMICoordSys(
ref string coord,
ref string units
)
Public Sub IGetMICoordSys (
ByRef coord As String,
ByRef units As String
)
Public Sub IGetMICoordSys (
ByRef coord As String,
ByRef units As String
)
public:
void IGetMICoordSys(
String^% coord,
String^% units
)
public:
void IGetMICoordSys(
String^% coord,
String^% units
)
member IGetMICoordSys :
coord : string byref *
units : string byref -> unit
member IGetMICoordSys :
coord : string byref *
units : string byref -> unit
Parameters
- coord
- Type: SystemString
MapInfo coordsys string returned - units
- Type: SystemString
MapInfo unit string returned
See Also