Click or drag to resize
CDBDeleteSymb Method
This method destroys a symbol in the database and all the data associated with it. The symbol's lock is automatically removed.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void DeleteSymb(
	int symb
)

Parameters

symb
Type: SystemInt32
Symbol to Delete (must be READWRITE locked)
See Also