Click or drag to resize

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
Syntax
public void IGetESRI(
	ref string esri
)

public void IGetESRI(
	ref string esri
)

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