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.

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

public void DeleteSymb(
	int symb
)

Parameters

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