Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPageItemCollection Class / hIvh Method


In This Topic
    hIvh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function hIvh( _
       ByVal IIvh As System.Boolean, _
       ByVal jIvh As System.Boolean _
    ) As NList(Of NShape)
    'Usage
     
    
    Dim instance As NPageItemCollection
    Dim IIvh As System.Boolean
    Dim jIvh As System.Boolean
    Dim value As NList(Of NShape)
     
    value = instance.hIvh(IIvh, jIvh)
    internal NList<NShape> hIvh( 
       System.bool IIvh,
       System.bool jIvh
    )

    Parameters

    IIvh
    jIvh
    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