Accusoft.FormFix5.Net
Item Property (OmrBubbleModelCollection)




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 OmrBubbleModel
'Usage
 
Dim instance As OmrBubbleModelCollection
Dim index As Integer
Dim value As OmrBubbleModel
 
instance.Item(index) = value
 
value = instance.Item(index)
public OmrBubbleModel this[ 
   int index
]; {get; set;}
public: __property OmrBubbleModel* get_Item   int index
;
public: __property void set_Item   int index,
   OmrBubbleModel* value
;
public:
property OmrBubbleModel^ default [int] {
   OmrBubbleModel^ get(int index);
   void set (int indexOmrBubbleModel^ 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

OmrBubbleModelCollection Class
OmrBubbleModelCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback