ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / Remove Method / Remove(String) Method
The name of the node to remove.




In This Topic
    Remove(String) Method
    In This Topic
    Removes the node whose name is equal to the specified string value.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal name As String _
    ) 
    'Usage
     
    Dim instance As ImGearMetadataNodeList
    Dim name As String
     
    instance.Remove(name)
    public void Remove( 
       string name
    )
    public: void Remove( 
       string* name
    ) 
    public:
    void Remove( 
       String^ name
    ) 

    Parameters

    name
    The name of the node to remove.
    See Also