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.

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

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