Click or drag to resize
CDBiExistChan Method
See if the specified channel exists in the database.

Available since Oasis montaj version: 5.1.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See notes for iExistSymb_DB. Introduced in v5.1.3. iExistChan_DB searches using the exact channel name.
Syntax
public int iExistChan(
	string str1
)

Parameters

str1
Type: SystemString
Name of Channel

Return Value

Type: Int32
0 - Symbol does not exist in the database 1 - Symbol Exists
See Also