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


In This Topic
    YMGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YMGI( _
       ByVal AnGI As System.IntPtr, _
       ByVal bnGI As xYCI.dlhI _
    ) As System.Integer
    'Usage
     
    
    Dim AnGI As System.IntPtr
    Dim bnGI As xYCI.dlhI
    Dim value As System.Integer
     
    value = xYCI.YMGI(AnGI, bnGI)
    public static System.int YMGI( 
       System.IntPtr AnGI,
       xYCI.dlhI bnGI
    )

    Parameters

    AnGI
    bnGI
    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