Click or drag to resize

CDBSetIPJ Method

Set an IPJ object into a pair of (X, Y) channels

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetIPJ(
	int ch1,
	int ch2,
	CIPJ ipj
)

public void SetIPJ(
	int ch1,
	int ch2,
	CIPJ ipj
)

Parameters

ch1
Type: SystemInt32
X channel
ch2
Type: SystemInt32
Y channel
ipj
Type: GeoEngine.Core.GXNetCIPJ
See Also