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


In This Topic
    WWQC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function WWQC( _
       ByVal xWQC As dWIC, _
       ByVal YWQC As YrIC, _
       ByVal AxQC As System.Integer, _
       ByVal bxQC As System.Integer _
    ) As System.Double
    'Usage
     
    
    Dim instance As NTable
    Dim xWQC As dWIC
    Dim YWQC As YrIC
    Dim AxQC As System.Integer
    Dim bxQC As System.Integer
    Dim value As System.Double
     
    value = instance.WWQC(xWQC, YWQC, AxQC, bxQC)
    internal System.double WWQC( 
       dWIC xWQC,
       YrIC YWQC,
       System.int AxQC,
       System.int bxQC
    )

    Parameters

    xWQC
    YWQC
    AxQC
    bxQC
    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