Removes the IDiagramConnection in this DiagramConnectionCollection found at the given index, and then recursively removes any IDiagramConnection objects that are connected to the one that was removed.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override void RemoveItem(
	int index
)
Visual Basic (Declaration)
Protected Overrides Sub RemoveItem ( _
	index As Integer _
)

Parameters

index
Type: System..::.Int32
The index at which to remove a IDiagramConnection from this DiagramConnectionCollection.

See Also