ImageGear v26.3 - Updated
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)
    public void Insert( 
       int index,
       ImGearMetadataNode node
    )
    public: void Insert( 
       int index,
       ImGearMetadataNode* node
    ) 
    public:
    void Insert( 
       int index,
       ImGearMetadataNode^ node
    ) 

    Parameters

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