MindFusion.Wpf Pack Programmer's Guide
ReadOnlyDiagramLinkCollection.IndexOf Method
See Also
 





Searches for the specified DiagramLink and returns the 0-based index of the first occurrence within the entire collection.

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

 Syntax

C#  Copy Code

public int IndexOf (
    DiagramLink link
)

Visual Basic  Copy Code

Public Function IndexOf( _
    link As DiagramLink _
) As Integer

 Parameters

link
The DiagramLink whose index to retreive from the collection.

 Return Value

The zero-based index of the specified link within the colleciton; or -1 if the link is not found.

 See Also

ReadOnlyDiagramLinkCollection Members
ReadOnlyDiagramLinkCollection Class
MindFusion.Diagramming.Wpf Namespace