Click or drag to resize

CDB.FirstSelLine Method

This method will return a handle to the first selected line in the database.

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

public int FirstSelLine()

Return Value

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