FormFix v6.0 for .NET - Updated
Item Property (OmrSegmentResultCollection)



Accusoft.FormFixSdk Namespace > OmrSegmentResultCollection Class : Item Property
The zero-based index in the collection to get or set.
Gets or sets the element at the given index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As OmrSegmentResult
'Usage
 
Dim instance As OmrSegmentResultCollection
Dim index As Integer
Dim value As OmrSegmentResult
 
instance.Item(index) = value
 
value = instance.Item(index)
public OmrSegmentResult this[ 
   int index
]; {get; set;}
public:
property OmrSegmentResult^ default [int] {
   OmrSegmentResult^ get(int index);
   void set (int index, OmrSegmentResult^ 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

OmrSegmentResultCollection Class
OmrSegmentResultCollection Members

Is this page helpful?
Yes No
Thanks for your feedback.