dotnetCHARTING Send comments on this topic.
IndexOf Method
See Also 
dotnetCHARTING Namespace > HotspotCollection Class : IndexOf Method


hotspot
The Hotspot to find.
Determines index of a specified Hotspot in this collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal hotspot As Hotspot _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As HotspotCollection
Dim hotspot As Hotspot
Dim value As Integer
 
value = instance.IndexOf(hotspot)
C# 
public int IndexOf( 
   Hotspot hotspot
)

Parameters

hotspot
The Hotspot to find.

Return Value

The zero-based index of the specified Hotspot.

See Also

© 2010 All Rights Reserved.