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


In This Topic
    YddI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YddI( _
       ByVal AEdI As System.IntPtr, _
       ByVal bEdI As System.IntPtr, _
       ByVal CEdI As System.Integer, _
       ByVal dEdI As System.Integer, _
       ByVal EEdI As System.Integer, _
       ByVal fEdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim AEdI As System.IntPtr
    Dim bEdI As System.IntPtr
    Dim CEdI As System.Integer
    Dim dEdI As System.Integer
    Dim EEdI As System.Integer
    Dim fEdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.YddI(AEdI, bEdI, CEdI, dEdI, EEdI, fEdI)
    public static System.int YddI( 
       System.IntPtr AEdI,
       System.IntPtr bEdI,
       System.int CEdI,
       System.int dEdI,
       System.int EEdI,
       System.float fEdI
    )

    Parameters

    AEdI
    bEdI
    CEdI
    dEdI
    EEdI
    fEdI
    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