Click or drag to resize
CDBDupLineSymb Method
Duplicate a line symbol from a group or line symbol. The new name must not already exist in the 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 DupLineSymb(
	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
See Also