Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShapeCodeBehind Class / LoadLibraryDocument Method
Unix-based path relative to the root libraries folder of the library browser.


In This Topic
    LoadLibraryDocument Method
    In This Topic
    Loads a shape library from the given Unix-based path relative to the root libraries folder of the library browser.
    Syntax
    'Declaration
     
    
    Public Function LoadLibraryDocument( _
       ByVal relativeLibraryPath As System.String _
    ) As NPromise(Of NLibraryDocument)
    'Usage
     
    
    Dim instance As NShapeCodeBehind
    Dim relativeLibraryPath As System.String
    Dim value As NPromise(Of NLibraryDocument)
     
    value = instance.LoadLibraryDocument(relativeLibraryPath)
    public NPromise<NLibraryDocument> LoadLibraryDocument( 
       System.string relativeLibraryPath
    )

    Parameters

    relativeLibraryPath
    Unix-based path relative to the root libraries folder of the library browser.
    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