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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int DupSymbAcross(
	CDB dbo,
	int symb
)

Parameters

dbo
Type: GeoEngine.Core.GXNetXCDB
Database output
symb
Type: SystemInt32
Symbol Handle to duplicate

Return Value

Type: Int32
New Symbol Handle
See Also