ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / Add Method
The ImGearMetadataNode to add.




In This Topic
Add Method (ImGearMetadataNodeList)
In This Topic
Adds a node to the list.
Syntax
'Declaration
 
Public Function Add( _
   ByVal node As ImGearMetadataNode _
) As Integer
 
'Usage
 
Dim instance As ImGearMetadataNodeList
Dim node As ImGearMetadataNode
Dim value As Integer
 
value = instance.Add(node)

Parameters

node
The ImGearMetadataNode to add.

Return Value

The index of the ImGearMetadataNode added.
See Also