Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatch Class / nMdh Method


In This Topic
    nMdh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function nMdh( _
       ByVal OMdh As NList(Of NDiagramItem) _
    ) As NUniqueSet(Of NShape)
    'Usage
     
    
    Dim instance As NBatch
    Dim OMdh As NList(Of NDiagramItem)
    Dim value As NUniqueSet(Of NShape)
     
    value = instance.nMdh(OMdh)

    Parameters

    OMdh
    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