ImageGear .NET - Updated
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)
public void RemoveAt( 
   int index
)
public: void RemoveAt( 
   int index
) 
public:
void RemoveAt( 
   int index
) 

Parameters

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

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members