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


In This Topic
    SAGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SAGI( _
       ByVal tAGI As System.IntPtr, _
       ByVal UAGI As System.Single, _
       ByVal vAGI As xYCI.OMhI _
    ) As System.Integer
    'Usage
     
    
    Dim tAGI As System.IntPtr
    Dim UAGI As System.Single
    Dim vAGI As xYCI.OMhI
    Dim value As System.Integer
     
    value = xYCI.SAGI(tAGI, UAGI, vAGI)
    public static System.int SAGI( 
       System.IntPtr tAGI,
       System.float UAGI,
       xYCI.OMhI vAGI
    )

    Parameters

    tAGI
    UAGI
    vAGI
    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