Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDiagramClipping Class / InsertInCollection Method


In This Topic
    InsertInCollection Method
    In This Topic
    Inserts the content of this drawing data object in the specified diagram composite element
    Syntax
    'Declaration
     
    
    Public Overridable Function InsertInCollection( _
       ByVal document As NDocument, _
       ByVal collection As NElement, _
       ByVal index As System.Integer _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NDiagramClipping
    Dim document As NDocument
    Dim collection As NElement
    Dim index As System.Integer
    Dim value As NTransactionResult
     
    value = instance.InsertInCollection(document, collection, index)
    public virtual NTransactionResult InsertInCollection( 
       NDocument document,
       NElement collection,
       System.int index
    )

    Parameters

    document
    collection
    index
    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