ImageGear .NET v24.12 - Updated
Remove(Int32) Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNodeList Class > Remove Method : 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