Piccolo.NET

PNodeFilter Interface

PNodeFilter is a interface that filters (accepts or rejects) nodes.

For a list of all members of this type, see PNodeFilter Members.

public interface PNodeFilter

Remarks

The main use of this class is to retrieve all the children of a node the meet some criteria by using the method PNode.GetAllNodes.

Requirements

Namespace: UMD.HCIL.Piccolo.Util

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

PNodeFilter Members | UMD.HCIL.Piccolo.Util Namespace