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


In This Topic
    CAGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CAGI( _
       ByVal dAGI As System.IntPtr, _
       ByVal EAGI As System.Single, _
       ByVal fAGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim dAGI As System.IntPtr
    Dim EAGI As System.Single
    Dim fAGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.CAGI(dAGI, EAGI, fAGI)
    public static System.int CAGI( 
       System.IntPtr dAGI,
       System.float EAGI,
       xYCI.OMhI fAGI
    )

    Parameters

    dAGI
    EAGI
    fAGI
    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