Click or drag to resize
CDBISetLineName2 Method
Like SetLineName_DB, but can use alphanumeric for line number

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
This MUST be called to generate a line name when calls are made to iExistSymb_DB, CreateSymb_DB or DeleteSymb_DB for an operation on a line. The line number can be any combination of letters and numbers, i.e. XU324, 98765, A, 23NGV etc.
Syntax
public static void ISetLineName2(
	string str1,
	int i2,
	int i3,
	ref string str4
)

Parameters

str1
Type: SystemString
Line number (alphanumeric)
i2
Type: SystemInt32
Line type
i3
Type: SystemInt32
Line version
str4
Type: SystemString
String to set line name to
See Also