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


In This Topic
    AtMh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub AtMh( _
       ByVal btMh As NDrawingView, _
       ByVal CtMh As NWindow, _
       ByVal dtMh As NDocumentNode, _
       ByVal EtMh As NProperty, _
       ByVal ftMh As System.Boolean, _
       ByVal GtMh As Nevron.Nov.Function(Of Object) _
    ) 
    'Usage
     
    
    Dim btMh As NDrawingView
    Dim CtMh As NWindow
    Dim dtMh As NDocumentNode
    Dim EtMh As NProperty
    Dim ftMh As System.Boolean
    Dim GtMh As Nevron.Nov.Function(Of Object)
     
    NDiagramHelpers.AtMh(btMh, CtMh, dtMh, EtMh, ftMh, GtMh)
    internal static void AtMh( 
       NDrawingView btMh,
       NWindow CtMh,
       NDocumentNode dtMh,
       NProperty EtMh,
       System.bool ftMh,
       Nevron.Nov.Function<object> GtMh
    )

    Parameters

    btMh
    CtMh
    dtMh
    EtMh
    ftMh
    GtMh
    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