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.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ISetLineName(
	CGXNETCore gxNetShared,
	int num,
	int type,
	int ver,
	ref string name
)

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
Remarks
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.
See Also