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


In This Topic
    Wldh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub Wldh( _
       ByVal xldh As NList(Of NDiagramItem), _
       ByVal Yldh As NElement _
    ) 
    'Usage
     
    
    Dim instance As NBatch
    Dim xldh As NList(Of NDiagramItem)
    Dim Yldh As NElement
     
    instance.Wldh(xldh, Yldh)
    internal void Wldh( 
       NList<NDiagramItem> xldh,
       NElement Yldh
    )

    Parameters

    xldh
    Yldh
    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