ImageGear .NET - Updated
Count Property (ImGearRecZoneCollection)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class : Count Property
Gets number of zones.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As ImGearRecZoneCollection
Dim value As Integer
 
value = instance.Count
public int Count {get;}
public: __property int get_Count();
public:
property int Count {
   int get();
}

Property Value

Integer value.
Remarks
Returns the total number of zones in the zone list.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members