Click or drag to resize
CDBDupSymbAcross Method
Create a new Symbol by duplicating an existing symbol. exactly the same type but in output database. The symbol must not already exist in the output database.

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 int DupSymbAcross(
	CDB oDB1,
	int i2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database output
i2
Type: SystemInt32
Symbol Handle to duplicate

Return Value

Type: Int32
New Symbol Handle
See Also