Click or drag to resize

CDBFindChan Method

Get handle to the specified channel.

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

public int FindChan(
	string chan
)

Parameters

chan
Type: SystemString
Name of channel

Return Value

Type: Int32
Channel Handle, <define>NULLSYMB</define> if not defined
Remarks
To work with a specific column from a VA channel, specify the VA element number in square brackets as part of the VA channel name (e.g. "EM[3]" will treat the fourth column of the VA channel as a VV). See notes for FindSymb_DB. Introduced in v5.1.3. The new FindChan_DB searches using the exact channel name.
See Also