CADability dotNET
Replaces the contents of the list of selected objects by those objects of the provided list that are accepted by the according FilterList. The SelectedObjectListChangedEvent will be raised.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetSelectedObjects(
	GeoObjectList selObj,
	bool useFilter
)
Visual Basic
Public Sub SetSelectedObjects ( _
	selObj As GeoObjectList, _
	useFilter As Boolean _
)
Visual C++
public:
void SetSelectedObjects(
	GeoObjectList^ selObj, 
	bool useFilter
)

Parameters

selObj
Type: CADability.GeoObject..::..GeoObjectList
List of objects to select.
useFilter
Type: System..::..Boolean
If true, applies all active Filters of the FilterList.

See Also