Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDiagramHelpers Class / vSMh Method


In This Topic
    vSMh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub vSMh( _
       ByVal WSMh As NElement, _
       ByVal xSMh As NProperty, _
       ByVal YSMh As NList(Of Type) _
    ) 
    'Usage
     
    
    Dim WSMh As NElement
    Dim xSMh As NProperty
    Dim YSMh As NList(Of Type)
     
    NDiagramHelpers.vSMh(WSMh, xSMh, YSMh)
    internal static void vSMh( 
       NElement WSMh,
       NProperty xSMh,
       NList<Type> YSMh
    )

    Parameters

    WSMh
    xSMh
    YSMh
    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