ImageGear .NET v24.14 - Updated September 15, 2020
RemoveAt Method (ImGearRecZoneCollection)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class : RemoveAt Method
Index of zone in zone list to remove.
Removes the zone at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearRecZoneCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index of zone in zone list to remove.
Remarks
Removes the zone at the specified index in the zone list.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members