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

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	int num,
	int type,
	int ver,
	ref string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
num
Type: SystemInt32
Line number
type
Type: SystemInt32
Line type
ver
Type: SystemInt32
Line version
name
Type: SystemString
String to set line name to
See Also