Click or drag to resize
CDBDupSymbNoLock Method
New Symbol by duplicating an existing symbol, NO LOCK.

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)
Notes
The symbol will be NOT be locked. The new name must not already exist in the database.
Syntax
public int DupSymbNoLock(
	int i1,
	string str2
)

Parameters

i1
Type: SystemInt32
Symbol Handle to duplicate
str2
Type: SystemString
Name of the New Symbol

Return Value

Type: Int32
New Symbol Handle
See Also