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


In This Topic
    UOGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UOGI( _
       ByVal vOGI As System.IntPtr, _
       ByVal WOGI As System.IntPtr, _
       ByVal xOGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim vOGI As System.IntPtr
    Dim WOGI As System.IntPtr
    Dim xOGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.UOGI(vOGI, WOGI, xOGI)
    public static System.int UOGI( 
       System.IntPtr vOGI,
       System.IntPtr WOGI,
       System.int xOGI
    )

    Parameters

    vOGI
    WOGI
    xOGI
    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