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


In This Topic
    KAGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KAGI( _
       ByVal lAGI As System.IntPtr, _
       ByVal MAGI As System.Single, _
       ByVal nAGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim lAGI As System.IntPtr
    Dim MAGI As System.Single
    Dim nAGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.KAGI(lAGI, MAGI, nAGI)
    public static System.int KAGI( 
       System.IntPtr lAGI,
       System.float MAGI,
       xYCI.OMhI nAGI
    )

    Parameters

    lAGI
    MAGI
    nAGI
    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