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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void DeleteSymb(
	int i1
)

Parameters

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