GoXam for WPF v3
FindPartsIn<T> Method
Northwoods.GoXam Namespace > DiagramPanel Class : FindPartsIn<T> Method
the type of part being searched for, either the type Part or inheriting from it
a Rect in model coordinates
Which kinds of parts to include; a typical value might be SearchFlags.SelectableParts.
The required geometric relationship with the part; the typical value is SearchInclusion.Inside.
The kinds of Layers to search in. For example, if you are looking for Nodes, using the value SearchLayers.Nodes, this will speed up the search by ignoring layers containing Links.
Find parts that are within a rectangle.
Syntax

Parameters

rect
a Rect in model coordinates
srch
Which kinds of parts to include; a typical value might be SearchFlags.SelectableParts.
overlap
The required geometric relationship with the part; the typical value is SearchInclusion.Inside.
layers
The kinds of Layers to search in. For example, if you are looking for Nodes, using the value SearchLayers.Nodes, this will speed up the search by ignoring layers containing Links.

Type Parameters

T
the type of part being searched for, either the type Part or inheriting from it
See Also

Reference

DiagramPanel Class
DiagramPanel Members