Click or drag to resize
CARCMAPGetIPJForPredefinedEsriGCS Method
Fills an IPJ with a predefined ESRI GCS

Available since Oasis montaj version: 8.0.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void GetIPJForPredefinedEsriGCS(
	CGXNETCore gxNetShared,
	CIPJ ipj,
	int esri_gcs_code
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ to fill
esri_gcs_code
Type: SystemInt32
Predefined ESRI GCS Code
See Also