ImageGear for .NET
Remove(Int32) Method




The ID of the node to remove.
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)
public void Remove( 
   int id
)
public: void Remove( 
   int id
) 
public:
void Remove( 
   int id
) 

Parameters

id
The ID of the node to remove.
See Also

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback