Filters a node tree by the specified filter type and filter
parameter.
Syntax
designer.filterNodeTree (OBJECT param1, STRING param2, STRING param3)
Parameters
param
1
|
The reference syntax expression representing
the XFANodeTree.
|
param
2
|
A string representing the filter type.
|
param
3
|
A string representing the filter parameter.
|
Filters
className
|
Class name of the object you want.
|
name
|
Name of the object you want.
|
Returns
Returns a list of nodes that match.
|
|
|