ComponentOne Bitmap for WPF
C1.WPF.DX.4.6.2 Assembly / C1.Util.DX Namespace / ComArrayBase Class / Get Method
The index.

In This Topic
    Get Method (ComArrayBase)
    In This Topic
    Gets an object at the specified index.
    Syntax
    'Declaration
     
    Public Function Get( _
       ByVal index As Integer _
    ) As ComObject
    public ComObject Get( 
       int index
    )

    Parameters

    index
    The index.

    Return Value

    See Also