Click or drag to resize
CDBGetIPJ Method
Get georeference information in an IPJ.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the channel does not have an IPJ, the IPJ that is returned will have an unknown projection.
Syntax
public void GetIPJ(
	int i1,
	CIPJ oIPJ2
)

Parameters

i1
Type: SystemInt32
Symbol
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
IPJ to fill in
See Also