Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGroup Class / hKvh Method


In This Topic
    hKvh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub hKvh( _
       ByVal IKvh As NList(Of NShape), _
       ByVal jKvh As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NGroup
    Dim IKvh As NList(Of NShape)
    Dim jKvh As System.Boolean
     
    instance.hKvh(IKvh, jKvh)
    internal void hKvh( 
       NList<NShape> IKvh,
       System.bool jKvh
    )

    Parameters

    IKvh
    jKvh
    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