Click or drag to resize

CDBGetIPJ Method

Get georeference information in an IPJ.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetIPJ(
	int ch,
	CIPJ ipj
)

public void GetIPJ(
	int ch,
	CIPJ ipj
)

Parameters

ch
Type: SystemInt32
Symbol
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ to fill in
Remarks
If the channel does not have an IPJ, the IPJ that is returned will have an unknown projection.
See Also