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




In This Topic
IndexOf Method (ImGearMetadataNodeList)
In This Topic
Returns index of the node.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal node As ImGearMetadataNode _
) As Integer
 
'Usage
 
Dim instance As ImGearMetadataNodeList
Dim node As ImGearMetadataNode
Dim value As Integer
 
value = instance.IndexOf(node)

Parameters

node
The specified node.

Return Value

Integer value.
See Also