Click or drag to resize

CDBiExistChan Method

See if the specified channel exists in the database.

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

public int iExistChan(
	string chan
)

Parameters

chan
Type: SystemString
Name of Channel

Return Value

Type: Int32
0 - Symbol does not exist in the database 1 - Symbol Exists
Remarks
See notes for iExistSymb_DB. Introduced in v5.1.3. iExistChan_DB searches using the exact channel name.
See Also