Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchInsert Class / Insert Method
Collection.
Index from which to start the insertion.


In This Topic
    Insert Method (NBatchInsert)
    In This Topic
    Inserts all batch nodes in the specified collection.
    Syntax
    'Declaration
     
    
    Public Function Insert( _
       ByVal collection As NElement, _
       ByVal startIndex As System.Integer _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchInsert
    Dim collection As NElement
    Dim startIndex As System.Integer
    Dim value As NTransactionResult
     
    value = instance.Insert(collection, startIndex)
    public NTransactionResult Insert( 
       NElement collection,
       System.int startIndex
    )

    Parameters

    collection
    Collection.
    startIndex
    Index from which to start the insertion.

    Return Value

    batch result
    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