Accusoft.ImagXpressSdk Namespace > RedeyeCollection Class : Item Property |
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As RedeyeRectangle
'Usage Dim instance As RedeyeCollection Dim index As Integer Dim value As RedeyeRectangle instance.Item(index) = value value = instance.Item(index)
public RedeyeRectangle this[ int index ]; {get; set;}
public: __property RedeyeRectangle* get_Item int index ; public: __property void set_Item int index, RedeyeRectangle* value ;
public: property RedeyeRectangle^ default [int] { RedeyeRectangle^ get(int index); void set (int index, RedeyeRectangle^ value); }
Note: Available in Professional edition.