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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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