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


In This Topic
    YAdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YAdI( _
       ByVal AbdI As System.IntPtr, _
       ByVal bbdI As System.Integer, _
       ByVal CbdI As System.Integer, _
       ByVal dbdI As System.Integer, _
       ByVal EbdI As System.Integer, _
       ByVal fbdI As System.Single, _
       ByVal GbdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim AbdI As System.IntPtr
    Dim bbdI As System.Integer
    Dim CbdI As System.Integer
    Dim dbdI As System.Integer
    Dim EbdI As System.Integer
    Dim fbdI As System.Single
    Dim GbdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.YAdI(AbdI, bbdI, CbdI, dbdI, EbdI, fbdI, GbdI)
    public static System.int YAdI( 
       System.IntPtr AbdI,
       System.int bbdI,
       System.int CbdI,
       System.int dbdI,
       System.int EbdI,
       System.float fbdI,
       System.float GbdI
    )

    Parameters

    AbdI
    bbdI
    CbdI
    dbdI
    EbdI
    fbdI
    GbdI
    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