Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / QAdI Method


In This Topic
    QAdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function QAdI( _
       ByVal rAdI As System.IntPtr, _
       ByVal SAdI As System.Single, _
       ByVal tAdI As System.Single, _
       ByVal UAdI As System.Single, _
       ByVal vAdI As System.Single, _
       ByVal WAdI As System.Single, _
       ByVal xAdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim rAdI As System.IntPtr
    Dim SAdI As System.Single
    Dim tAdI As System.Single
    Dim UAdI As System.Single
    Dim vAdI As System.Single
    Dim WAdI As System.Single
    Dim xAdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.QAdI(rAdI, SAdI, tAdI, UAdI, vAdI, WAdI, xAdI)
    public static System.int QAdI( 
       System.IntPtr rAdI,
       System.float SAdI,
       System.float tAdI,
       System.float UAdI,
       System.float vAdI,
       System.float WAdI,
       System.float xAdI
    )

    Parameters

    rAdI
    SAdI
    tAdI
    UAdI
    vAdI
    WAdI
    xAdI
    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