Click or drag to resize
CDBISetLineName Method
This method sets up a line name given the line's number, type, and version.

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. See also SetLineName2_DB.
Syntax
public static void ISetLineName(
	int i1,
	int i2,
	int i3,
	ref string str4
)

Parameters

i1
Type: SystemInt32
Line number
i2
Type: SystemInt32
Line type
i3
Type: SystemInt32
Line version
str4
Type: SystemString
String to set line name to
See Also