Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDiagramHelpers Class / QtMh Method


In This Topic
    QtMh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function QtMh( _
       ByVal rtMh As INSet(Of NDiagramItem), _
       ByVal StMh As NPageItem _
    ) As System.Boolean
    'Usage
     
    
    Dim rtMh As INSet(Of NDiagramItem)
    Dim StMh As NPageItem
    Dim value As System.Boolean
     
    value = NDiagramHelpers.QtMh(rtMh, StMh)
    internal static System.bool QtMh( 
       INSet<NDiagramItem> rtMh,
       NPageItem StMh
    )

    Parameters

    rtMh
    StMh
    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