ImageGear v26.3 - Updated November 9, 2022
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)

Parameters

id
The ID of the node to remove.
See Also