Search
ItemCollectionBase(T).RemoveAt Method
See Also
 





Removes the diagram item from the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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