ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / AddOrdered Method
The node to add.




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

    Parameters

    node
    The node to add.

    Return Value

    Index of added node.
    Remarks
    This method adds a node to the end of the list. If there are already tags with this ID, put new tag after existing ones.
    See Also