ImageGear .NET - Updated
Item Property (ImGearCapArray)




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearCapArray Class : Item Property
Index of element to access.
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

Reference

ImGearCapArray Class
ImGearCapArray Members