ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroupArray Class / Remove Method / Remove(String) Method
Name of the group to remove.




In This Topic
    Remove(String) Method
    In This Topic
    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