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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 chan
)

Parameters

chan
Type: SystemString
Name of Channel

Return Value

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