Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / TypedArrayList Class / GetObjectIndex Method


In This Topic
    GetObjectIndex Method
    In This Topic
    Returns the index of the object in the collection
    Syntax
    'Declaration
     
    Public Function GetObjectIndex( _
       ByVal obj As Object _
    ) As Integer
    'Usage
     
    Dim instance As TypedArrayList
    Dim obj As Object
    Dim value As Integer
     
    value = instance.GetObjectIndex(obj)
    public int GetObjectIndex( 
       object obj
    )

    Parameters

    obj

    Return Value

    the index of the object or -1 if the object is not contained in the array
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also