Click or drag to resize
CARCMAPGetIPJForPredefinedEsriPCS Method
Fills an IPJ with a predefined ESRI PCS

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 GetIPJForPredefinedEsriPCS(
	CGXNETCore gxNetShared,
	CIPJ ipj,
	int esri_pcs_code
)

Parameters

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