Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSection Class / xMQC Method


In This Topic
    xMQC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function xMQC( _
       ByVal YMQC As YUjC, _
       ByVal AnQC As System.Integer, _
       ByVal bnQC() As NNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSection
    Dim YMQC As YUjC
    Dim AnQC As System.Integer
    Dim bnQC() As NNode
    Dim value As System.Boolean
     
    value = instance.xMQC(YMQC, AnQC, bnQC)
    internal System.bool xMQC( 
       YUjC YMQC,
       System.int AnQC,
       NNode[] bnQC
    )

    Parameters

    YMQC
    AnQC
    bnQC
    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