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


In This Topic
    UQGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UQGI( _
       ByVal vQGI As System.IntPtr, _
       ByVal WQGI As System.Integer, _
       ByVal xQGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim vQGI As System.IntPtr
    Dim WQGI As System.Integer
    Dim xQGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.UQGI(vQGI, WQGI, xQGI)
    public static System.int UQGI( 
       System.IntPtr vQGI,
       System.int WQGI,
       System.int xQGI
    )

    Parameters

    vQGI
    WQGI
    xQGI
    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