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


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

    Parameters

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