ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / Insert Method
The specified position.
The node to insert.




In This Topic
Insert Method (ImGearMetadataNodeList)
In This Topic
Inserts a node at the specified position.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal node As ImGearMetadataNode _
) 
 
'Usage
 
Dim instance As ImGearMetadataNodeList
Dim index As Integer
Dim node As ImGearMetadataNode
 
instance.Insert(index, node)

Parameters

index
The specified position.
node
The node to insert.
See Also