  | CTINGetIPJ Method  | 
 Get the projection.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void GetIPJ(
	CIPJ ipj
)
public void GetIPJ(
	CIPJ ipj
)
Public Sub GetIPJ ( 
	ipj As CIPJ
)
Public Sub GetIPJ ( 
	ipj As CIPJ
)
public:
void GetIPJ(
	CIPJ^ ipj
)
public:
void GetIPJ(
	CIPJ^ ipj
)
member GetIPJ : 
        ipj : CIPJ -> unit 
member GetIPJ : 
        ipj : CIPJ -> unit 
Parameters
- ipj
 - Type: GeoEngine.Core.GXNetXCIPJ
IPJ in which to place the TIN projection 
See Also