Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NBlock Class / EdMC Method


In This Topic
    EdMC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub EdMC( _
       ByVal fdMC As NBlock, _
       ByVal GdMC As System.Integer, _
       ByVal hdMC As System.Integer, _
       ByVal IdMC As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NBlock
    Dim fdMC As NBlock
    Dim GdMC As System.Integer
    Dim hdMC As System.Integer
    Dim IdMC As System.Integer
     
    instance.EdMC(fdMC, GdMC, hdMC, IdMC)
    internal void EdMC( 
       NBlock fdMC,
       System.int GdMC,
       System.int hdMC,
       System.int IdMC
    )

    Parameters

    fdMC
    GdMC
    hdMC
    IdMC
    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