Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / InsertChild Method
index at which to insert the node
node to insert


In This Topic
    InsertChild Method (NNode)
    In This Topic
    Inserts the specified node at the specified index. Throws an exception, if this node is not a collection node.
    Syntax
    'Declaration
     
    
    Public Sub InsertChild( _
       ByVal index As System.Integer, _
       ByVal node As NNode _
    ) 
    'Usage
     
    
    Dim instance As NNode
    Dim index As System.Integer
    Dim node As NNode
     
    instance.InsertChild(index, node)
    public void InsertChild( 
       System.int index,
       NNode node
    )

    Parameters

    index
    index at which to insert the node
    node
    node to insert
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also