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


In This Topic
    GAEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GAEI( _
       ByVal hAEI As System.IntPtr, _
       ByVal IAEI As System.IntPtr, _
       ByVal jAEI As System.IntPtr, _
       ByVal KAEI As System.Integer, _
       ByVal lAEI As System.Integer, _
       ByVal MAEI As System.Integer, _
       ByVal nAEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim hAEI As System.IntPtr
    Dim IAEI As System.IntPtr
    Dim jAEI As System.IntPtr
    Dim KAEI As System.Integer
    Dim lAEI As System.Integer
    Dim MAEI As System.Integer
    Dim nAEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.GAEI(hAEI, IAEI, jAEI, KAEI, lAEI, MAEI, nAEI)
    public static System.int GAEI( 
       System.IntPtr hAEI,
       System.IntPtr IAEI,
       System.IntPtr jAEI,
       System.int KAEI,
       System.int lAEI,
       System.int MAEI,
       System.float nAEI
    )

    Parameters

    hAEI
    IAEI
    jAEI
    KAEI
    lAEI
    MAEI
    nAEI
    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