Accusoft.Forms1 - Updated
Item Property (IdentificationMatchCollection)



Accusoft.FormFixSdk Namespace > IdentificationMatchCollection Class : Item Property
The zero-based index in the collection to get or set.
Gets or sets the element at the given index.
Syntax
Public Default Property Item( _
   ByVal index As Integer _
) As IdentificationMatch
Dim instance As IdentificationMatchCollection
Dim index As Integer
Dim value As IdentificationMatch
 
instance.Item(index) = value
 
value = instance.Item(index)
public IdentificationMatch this[ 
   int index
]; {get; set;}
public:
property IdentificationMatch^ default [int] {
   IdentificationMatch^ get(int index);
   void set (int indexIdentificationMatch^ value);
}

Parameters

index
The zero-based index in the collection to get or set.
Remarks
This method implements a standard collection operation. It is the principle method you will use to read or change elements in the collection. You can read or modify any element in the collection with this method.
See Also

Reference

IdentificationMatchCollection Class
IdentificationMatchCollection Members