Click or drag to resize

CIPJSetESRI Method

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

public void SetESRI(
	string esri
)

Parameters

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