ImageGear .NET - Updated October 2, 2018
Remove(String) Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNodeList Class > Remove Method : Remove(String) Method
The name of the node to remove.
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

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members
Overload List