Searches for the specified DiagramNode and returns the 0-based index of the first occurrence within the entire collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int IndexOf ( |
Visual Basic
Copy Code
|
|---|
Public Function IndexOf( _ |
The DiagramNode whose index to retrieve from the collection.
The zero-based index of the specified node within the collection; or -1 if the node is not found.
See Also