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


In This Topic
    AGEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AGEI( _
       ByVal bGEI As System.IntPtr, _
       ByVal CGEI As System.IntPtr, _
       ByVal dGEI As System.Integer, _
       ByVal EGEI As System.Integer, _
       ByVal fGEI As System.Integer, _
       ByVal GGEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim bGEI As System.IntPtr
    Dim CGEI As System.IntPtr
    Dim dGEI As System.Integer
    Dim EGEI As System.Integer
    Dim fGEI As System.Integer
    Dim GGEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.AGEI(bGEI, CGEI, dGEI, EGEI, fGEI, GGEI)
    public static System.int AGEI( 
       System.IntPtr bGEI,
       System.IntPtr CGEI,
       System.int dGEI,
       System.int EGEI,
       System.int fGEI,
       System.int GGEI
    )

    Parameters

    bGEI
    CGEI
    dGEI
    EGEI
    fGEI
    GGEI
    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