Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTable Class / pxQC Method


In This Topic
    pxQC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub pxQC( _
       ByVal QxQC As dWIC, _
       ByVal rxQC As System.Integer, _
       ByVal SxQC As System.Integer, _
       ByVal txQC As System.Double, _
       ByVal UxQC As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NTable
    Dim QxQC As dWIC
    Dim rxQC As System.Integer
    Dim SxQC As System.Integer
    Dim txQC As System.Double
    Dim UxQC As System.Double
     
    instance.pxQC(QxQC, rxQC, SxQC, txQC, UxQC)
    internal void pxQC( 
       dWIC QxQC,
       System.int rxQC,
       System.int SxQC,
       System.double txQC,
       System.double UxQC
    )

    Parameters

    QxQC
    rxQC
    SxQC
    txQC
    UxQC
    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