 | CARCMAPGetIPJForPredefinedEsriPCS Method |
Fills an IPJ with a predefined ESRI PCS
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetIPJForPredefinedEsriPCS(
CIPJ ipj,
int esri_pcs_code
)
public static void GetIPJForPredefinedEsriPCS(
CIPJ ipj,
int esri_pcs_code
)
Public Shared Sub GetIPJForPredefinedEsriPCS (
ipj As CIPJ,
esri_pcs_code As Integer
)
Public Shared Sub GetIPJForPredefinedEsriPCS (
ipj As CIPJ,
esri_pcs_code As Integer
)
public:
static void GetIPJForPredefinedEsriPCS(
CIPJ^ ipj,
int esri_pcs_code
)
public:
static void GetIPJForPredefinedEsriPCS(
CIPJ^ ipj,
int esri_pcs_code
)
static member GetIPJForPredefinedEsriPCS :
ipj : CIPJ *
esri_pcs_code : int -> unit
static member GetIPJForPredefinedEsriPCS :
ipj : CIPJ *
esri_pcs_code : int -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetCIPJ
IPJ to fill - esri_pcs_code
- Type: SystemInt32
Predefined ESRI PCS Code
See Also