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


In This Topic
    QSMh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub QSMh( _
       ByVal rSMh As NElement, _
       ByVal SSMh As NProperty, _
       ByVal value As System.Object _
    ) 
    'Usage
     
    
    Dim rSMh As NElement
    Dim SSMh As NProperty
    Dim value As System.Object
     
    NDiagramHelpers.QSMh(rSMh, SSMh, value)
    internal static void QSMh( 
       NElement rSMh,
       NProperty SSMh,
       System.object value
    )

    Parameters

    rSMh
    SSMh
    value
    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