Click or drag to resize

CIPJ.SetESRI Method

Set coordinate system from 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 SetESRI(
	string esri
)

public void SetESRI(
	string esri
)

Parameters

esri
Type: System.String
ESRI prj format projection string
Remarks
If the projection is not supported in Geosoft, the IPJ will be unknown.
See Also