ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearCapArray Class / Item Property
Index of element to access.




In This Topic
    Item Property (ImGearCapArray)
    In This Topic
    Gets or sets an element in the array at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As Object
    'Usage
     
    Dim instance As ImGearCapArray
    Dim index As Integer
    Dim value As Object
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public object this[ 
       int index
    ]; {get; set;}
    public: __property Object* get_Item   int index
    ;
    public: __property void set_Item   int index,
       Object* value
    ;
    public:
    property Object^ default [int] {
       Object^ get(int index);
       void set (int indexObject^ value);
    }

    Parameters

    index
    Index of element to access.

    Property Value

    One of the following types:
    See Also