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


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

    Parameters

    OSMh
    pSMh
    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