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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 ch,
	CIPJ ipj
)

Parameters

ch
Type: SystemInt32
Symbol
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ to fill in
See Also