Click or drag to resize
CDBSelect Method
Select/deselect lines based on selection string

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Selections/deselections are cumulative. If lines had already been selected, then any further selection/deselection will affect that set of selections. E.g. "L99:800" is the string to select all normal lines from 99 to 800. If Select_DB is called again to select "L1000", then lines 99 to 800 and 1000 would all be selected. Use a "T" prefix for Tie lines. Use an "F" prefix to specify lines of a specific flight. E.g. "F10" would select all lines of flight 10. Use an empty string ("") to select/deselect ALL lines.
Syntax
public void Select(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Selection
i2
Type: SystemInt32
See DB_LINE_SELECTConstant
See Also