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


In This Topic
    nEGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function nEGI( _
       ByVal OEGI As System.IntPtr, _
       ByVal pEGI As xYCI.nKhI _
    ) As System.Integer
    'Usage
     
    
    Dim OEGI As System.IntPtr
    Dim pEGI As xYCI.nKhI
    Dim value As System.Integer
     
    value = xYCI.nEGI(OEGI, pEGI)
    public static System.int nEGI( 
       System.IntPtr OEGI,
       xYCI.nKhI pEGI
    )

    Parameters

    OEGI
    pEGI
    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