Click or drag to resize

CDBSetLineSelection Method

Set the selection status for a line.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetLineSelection(
	int line,
	int mode
)

public void SetLineSelection(
	int line,
	int mode
)

Parameters

line
Type: SystemInt32
Handle of line to select/deselect
mode
Type: SystemInt32
<define>DB_LINE_SELECT</define>
See Also