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





Removes the diagram item from the collection.

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

 Syntax

C#  Copy Code

public override void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Overrides Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

Index of the object that should be removed from this collection.

 See Also

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