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


In This Topic
    jIGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function jIGI( _
       ByVal KIGI As System.IntPtr, _
       ByVal lIGI As System.IntPtr, _
       ByVal MIGI As System.IntPtr, _
       ByVal nIGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim KIGI As System.IntPtr
    Dim lIGI As System.IntPtr
    Dim MIGI As System.IntPtr
    Dim nIGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.jIGI(KIGI, lIGI, MIGI, nIGI)
    public static System.int jIGI( 
       System.IntPtr KIGI,
       System.IntPtr lIGI,
       System.IntPtr MIGI,
       System.int nIGI
    )

    Parameters

    KIGI
    lIGI
    MIGI
    nIGI
    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