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