Click or drag to resize
CDBiValidSymb Method
This method checks to see if the specified symbol is a valid symbol in the database.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iValidSymb(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Symbol to check
i2
Type: SystemInt32
See DB_SYMB_TYPEConstant

Return Value

Type: Int32
0 - Invalid symbol 1 - Symbol is valid
See Also