ImageGear .NET - Updated May 30, 2018
RemoveAt Method (ImGearARTGroupArray)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTGroupArray Class : RemoveAt Method
Index of a group in array to remove.
Removes a group specified by index from the array.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearARTGroupArray
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index of a group in array to remove.
See Also

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members