 | 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
Syntaxpublic void SetESRI(
string esri
)
public void SetESRI(
string esri
)
Public Sub SetESRI (
esri As String
)
Public Sub SetESRI (
esri As String
)
public:
void SetESRI(
String^ esri
)
public:
void SetESRI(
String^ esri
)
member SetESRI :
esri : string -> unit
member SetESRI :
esri : string -> unit
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