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


In This Topic
    xYdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function xYdI( _
       ByVal YYdI As System.IntPtr, _
       ByVal AAEI As System.IntPtr, _
       ByVal bAEI As System.IntPtr, _
       ByVal CAEI As System.Integer, _
       ByVal dAEI As System.Integer, _
       ByVal EAEI As System.Integer, _
       ByVal fAEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim YYdI As System.IntPtr
    Dim AAEI As System.IntPtr
    Dim bAEI As System.IntPtr
    Dim CAEI As System.Integer
    Dim dAEI As System.Integer
    Dim EAEI As System.Integer
    Dim fAEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.xYdI(YYdI, AAEI, bAEI, CAEI, dAEI, EAEI, fAEI)
    public static System.int xYdI( 
       System.IntPtr YYdI,
       System.IntPtr AAEI,
       System.IntPtr bAEI,
       System.int CAEI,
       System.int dAEI,
       System.int EAEI,
       System.float fAEI
    )

    Parameters

    YYdI
    AAEI
    bAEI
    CAEI
    dAEI
    EAEI
    fAEI
    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