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


In This Topic
    OAEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function OAEI( _
       ByVal pAEI As System.IntPtr, _
       ByVal QAEI As System.IntPtr, _
       ByVal rAEI As System.IntPtr, _
       ByVal SAEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim pAEI As System.IntPtr
    Dim QAEI As System.IntPtr
    Dim rAEI As System.IntPtr
    Dim SAEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.OAEI(pAEI, QAEI, rAEI, SAEI)
    public static System.int OAEI( 
       System.IntPtr pAEI,
       System.IntPtr QAEI,
       System.IntPtr rAEI,
       System.int SAEI
    )

    Parameters

    pAEI
    QAEI
    rAEI
    SAEI
    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