Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibraryView Class / GetDrawingActivePage Method


In This Topic
    GetDrawingActivePage Method
    In This Topic
    Safely gets the active page (if any) of the drawing view associated with this library view.
    Syntax
    'Declaration
     
    
    Protected Function GetDrawingActivePage() As NPage
    'Usage
     
    
    Dim instance As NLibraryView
    Dim value As NPage
     
    value = instance.GetDrawingActivePage()
    protected NPage GetDrawingActivePage()
    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