Click or drag to resize

CDBWRITEiAddChannel Method

Add a data channel to the DBWRITE object.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iAddChannel(
	int chan
)

public int iAddChannel(
	int chan
)

Parameters

chan
Type: SystemInt32
Channel handle (does not need to be locked, but can be.)

Return Value

Type: Int32
Channel index. Use for getting the correct VV or VA object.
See Also