Click or drag to resize

CDBSetSelect Method

Sets the Line Selections.

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

public void SetSelect(
	int sel
)

Parameters

sel
Type: SystemInt32
Selections
Remarks
This method also destroys the DB_SELECT object.
See Also