ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / RemoveAt Method
The specified index.




In This Topic
RemoveAt Method (ImGearMetadataNodeList)
In This Topic
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