Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPageSelection Class / vIvh Method


In This Topic
    vIvh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function vIvh( _
       ByVal WIvh As NDiagramItem _
    ) As NList(Of NDiagramItem)
    'Usage
     
    
    Dim WIvh As NDiagramItem
    Dim value As NList(Of NDiagramItem)
     
    value = NPageSelection.vIvh(WIvh)
    internal static NList<NDiagramItem> vIvh( 
       NDiagramItem WIvh
    )

    Parameters

    WIvh
    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