Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibraryBrowser Class / AddLibrarySection Method / AddLibrarySection(NFile) Method
Library file to open.


In This Topic
    AddLibrarySection(NFile) Method
    In This Topic
    Opens a library from the specified file and adds a new library group for it in the browser.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function AddLibrarySection( _
       ByVal libraryFile As NFile _
    ) As NLibraryFileSection
    'Usage
     
    
    Dim instance As NLibraryBrowser
    Dim libraryFile As NFile
    Dim value As NLibraryFileSection
     
    value = instance.AddLibrarySection(libraryFile)
    public virtual NLibraryFileSection AddLibrarySection( 
       NFile libraryFile
    )

    Parameters

    libraryFile
    Library file to open.

    Return Value

    Library section associated with the loaded 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