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

Parameters

name
The name of the node to remove.
See Also