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


In This Topic
    xhGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function xhGI( _
       ByVal YhGI As System.IntPtr, _
       ByVal AIGI As System.Integer, _
       ByVal bIGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim YhGI As System.IntPtr
    Dim AIGI As System.Integer
    Dim bIGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.xhGI(YhGI, AIGI, bIGI)
    public static System.int xhGI( 
       System.IntPtr YhGI,
       System.int AIGI,
       System.int bIGI
    )

    Parameters

    YhGI
    AIGI
    bIGI
    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