ImageGear .NET
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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback