Click or drag to resize

CIPJIGetESRI Method (String)

Store coordinate system in an ESRI prj coordinate string

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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