Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPageInteraction Class / nhvh Method


In This Topic
    nhvh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function nhvh( _
       ByVal Ohvh As NShape, _
       ByVal phvh As NShape, _
       ByVal Qhvh As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NPageInteraction
    Dim Ohvh As NShape
    Dim phvh As NShape
    Dim Qhvh As System.Boolean
    Dim value As System.Boolean
     
    value = instance.nhvh(Ohvh, phvh, Qhvh)
    internal System.bool nhvh( 
       NShape Ohvh,
       NShape phvh,
       System.bool Qhvh
    )

    Parameters

    Ohvh
    phvh
    Qhvh
    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