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




In This Topic
    Remove(Int32) Method
    In This Topic
    Removes the node with the specified ID.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal id As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearMetadataNodeList
    Dim id As Integer
     
    instance.Remove(id)
    public void Remove( 
       int id
    )
    public: void Remove( 
       int id
    ) 
    public:
    void Remove( 
       int id
    ) 

    Parameters

    id
    The ID of the node to remove.
    See Also