ImageGear .NET v24.12 - Updated
Remove(String) Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTGroupArray Class > Remove Method : Remove(String) Method
Name of the group to remove.
Removes a group with the specified name from the array.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal name As String _
) 
'Usage
 
Dim instance As ImGearARTGroupArray
Dim name As String
 
instance.Remove(name)
public void Remove( 
   string name
)
public: void Remove( 
   string* name
) 
public:
void Remove( 
   String^ name
) 

Parameters

name
Name of the group to remove.
See Also

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members
Overload List