Click or drag to resize

CDBNextSelLine Method

This method will advance to the next selected line based on the currently selected line handle.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int NextSelLine(
	int prev
)

public int NextSelLine(
	int prev
)

Parameters

prev
Type: SystemInt32
Previous Line

Return Value

Type: Int32
Line Handle (use iIsLineValid method to see if valid).
See Also