Click or drag to resize

CDBSelectedLineLST Method

Load a LST with the selected lines.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SelectedLineLST(
	CLST lst
)

public void SelectedLineLST(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
List to Populate (construct with CreateSymbLST_DB)
Remarks
This method populates a LST object with all of the symbols of the selected lines in the database. The name is put into the "Name" part of the LST (0), and the handle, an integer value written as a string, is placed in the value part of the LST (1). Symbols are automatically sorted in logical line order.
See Also