Piccolo.NET

PNodeFilter.Accept Method 

Returns true if the filter should accept the given node.

bool Accept(
   PNode aNode
);

Parameters

aNode
The node to accept or reject.

Return Value

True if the filter should accept the give node; otherwise, false.

See Also

PNodeFilter Interface | UMD.HCIL.Piccolo.Util Namespace