ImageGear .NET - Updated
Item Property (ImGearRecZoneCollection)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class : Item Property
Index of zone in zone list to access.
Provides access to a particular zone.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ImGearRecZone
'Usage
 
Dim instance As ImGearRecZoneCollection
Dim index As Integer
Dim value As ImGearRecZone
 
value = instance.Item(index)
public ImGearRecZone this[ 
   int index
]; {get;}
public: __property ImGearRecZone* get_Item   int index
;
public:
property ImGearRecZone^ default [int] {
   ImGearRecZone^ get(int index);
}

Parameters

index
Index of zone in zone list to access.

Property Value

ImGearRecZone class object.
Remarks
Provides access to properties for an individual zone. See ImGearRecZone class.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members
ImGearRecZone Class