ImageGear .NET - Updated May 1, 2018
RemoveAt Method (ImGearMetadataNodeList)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNodeList Class : RemoveAt Method
The specified index.
Removes the node at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearMetadataNodeList
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
The specified index.
See Also

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members
ImGearMetadataNode Class