 | 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
Syntaxpublic 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
)
Public Sub IGetMICoordSys (
ByRef coord As String,
len_coord As Integer,
ByRef units As String,
len_units As Integer
)
Public Sub IGetMICoordSys (
ByRef coord As String,
len_coord As Integer,
ByRef units As String,
len_units As Integer
)
public:
void IGetMICoordSys(
String^% coord,
int len_coord,
String^% units,
int len_units
)
public:
void IGetMICoordSys(
String^% coord,
int len_coord,
String^% units,
int len_units
)
member IGetMICoordSys :
coord : string byref *
len_coord : int *
units : string byref *
len_units : int -> unit
member IGetMICoordSys :
coord : string byref *
len_coord : int *
units : string byref *
len_units : int -> unit
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