MindFusion.Wpf Pack Programmer's Guide
ItemCollectionBase(T).Remove Method
See Also
 





Removes the diagram item from the collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public override bool Remove (
    T item
)

Visual Basic  Copy Code

Public Overrides Function Remove( _
    item As T _
) As Boolean

 Parameters

item

The DiagramItem object to remove from the collection.

 Return Value

 See Also

ItemCollectionBase(T) Members
ItemCollectionBase(T) Class
MindFusion.Diagramming.Wpf Namespace