ImageGear .NET v24.12 - Updated
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)
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

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members
Overload List