Click or drag to resize

CDBGetIPJ Method

Get georeference information in an IPJ.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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.GXNetCIPJ
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