Click or drag to resize

CDBDupSymbNoLock Method

New Symbol by duplicating an existing symbol, NO LOCK.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int DupSymbNoLock(
	int symb,
	string new_name
)

public int DupSymbNoLock(
	int symb,
	string new_name
)

Parameters

symb
Type: SystemInt32
Symbol Handle to duplicate
new_name
Type: SystemString
Name of the New Symbol

Return Value

Type: Int32
New Symbol Handle
Remarks
The symbol will be NOT be locked. The new name must not already exist in the database.
See Also