 | CARCDBGetIPJ Method |
Get georeference information from a table.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.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 to fill in
Remarks
If the table does not have an IPJ, the IPJ that is
returned will have an unknown projection.
See Also