Nevron Open Vision Documentation
Nevron.Nov.Diagram.LibraryTools Namespace / NLibraryTool Class / OwnerLibraryView Property


In This Topic
    OwnerLibraryView Property (NLibraryTool)
    In This Topic
    Gets a reference to the library to which this tool belongs
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OwnerLibraryView As NLibraryView
    'Usage
     
    
    Dim instance As NLibraryTool
    Dim value As NLibraryView
     
    value = instance.OwnerLibraryView
    public NLibraryView OwnerLibraryView {get;}
    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