 | CIPJIGetESRI Method (String) |
Store coordinate system in an ESRI prj coordinate string
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetESRI(
ref string esri
)
public void IGetESRI(
ref string esri
)
Public Sub IGetESRI (
ByRef esri As String
)
Public Sub IGetESRI (
ByRef esri As String
)
public:
void IGetESRI(
String^% esri
)
public:
void IGetESRI(
String^% esri
)
member IGetESRI :
esri : string byref -> unit
member IGetESRI :
esri : string byref -> unit
Parameters
- esri
- Type: SystemString
ESRI projection string returned
Remarks
If the projection is not supported in ESRI, the projection
string will be empty.
See Also