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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int iValidSymb(
	int symb,
	int type
)

Parameters

symb
Type: SystemInt32
Symbol to check
type
Type: SystemInt32
<define>DB_SYMB_TYPE</define>

Return Value

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