Overload | Description |
---|---|
Filter(NShape) | Returns true if the NDiagramItem.Name of the shape is equal to the name passed to the constructor of this class. |
Filter(NNode) | Returns true if the node is a shape and its NDiagramItem.Name is equal to the name passed to the constructor of this class. |
Filter(NDiagramItem) | Returns true if the item is a shape and its NDiagramItem.Name is equal to the name passed to the constructor of this class. |
Filter(NPageItem) | Returns true if the item is a shape and its NDiagramItem.Name is equal to the name passed to the constructor of this class. |