ImageGear .NET - Updated October 2, 2018
Insert Method (ImGearMetadataNodeList)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNodeList Class : Insert Method
The specified position.
The node to insert.
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

Reference

ImGearMetadataNodeList Class
ImGearMetadataNodeList Members
ImGearMetadataNode Class