Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibraryBrowser Class / AddLibrarySection Method / AddLibrarySection(NLibrary) Method


In This Topic
    AddLibrarySection(NLibrary) Method
    In This Topic
    Creates a new library section from the specified library.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function AddLibrarySection( _
       ByVal library As NLibrary _
    ) As NLibraryFileSection
    'Usage
     
    
    Dim instance As NLibraryBrowser
    Dim library As NLibrary
    Dim value As NLibraryFileSection
     
    value = instance.AddLibrarySection(library)
    public virtual NLibraryFileSection AddLibrarySection( 
       NLibrary library
    )

    Parameters

    library
    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