Click or drag to resize
CDBSetLineSelection Method
Set the selection status for a line.

Available since Oasis montaj version: 9.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SetLineSelection(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Handle of line to select/deselect
i2
Type: SystemInt32
See DB_LINE_SELECTConstant
See Also