Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / YdnI Method


In This Topic
    YdnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YdnI( _
       ByVal AEnI As System.IntPtr, _
       ByVal bEnI As System.Integer, _
       ByVal CEnI() As tOpI, _
       ByVal dEnI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim AEnI As System.IntPtr
    Dim bEnI As System.Integer
    Dim CEnI() As tOpI
    Dim dEnI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.YdnI(AEnI, bEnI, CEnI, dEnI)
    public static System.bool YdnI( 
       System.IntPtr AEnI,
       System.int bEnI,
       out tOpI[] CEnI,
       System.int dEnI
    )

    Parameters

    AEnI
    bEnI
    CEnI
    dEnI
    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