Click or drag to resize

CDBRenameLine Method

Change the name for a line.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void RenameLine(
	int line,
	string al_num,
	int type,
	int ver
)

public void RenameLine(
	int line,
	string al_num,
	int type,
	int ver
)

Parameters

line
Type: SystemInt32
Line handle of line to modify (READWRITE
al_num
Type: SystemString
Line number (alphanumeric)
type
Type: SystemInt32
Line type
ver
Type: SystemInt32
Line version
Remarks
The line must be locked :const:`DB_LOCK_READWRITE' Sets/resets the name of an existing line directly from line type, number, and version. The line number can be any combination of letters and numbers, i.e. XU324, 98765, A, 23NGV etc. Returns an error if the renamed line already exists.
See Also