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


In This Topic
    GIEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GIEI( _
       ByVal hIEI As System.IntPtr, _
       ByVal IIEI As System.IntPtr, _
       ByVal jIEI As System.Integer, _
       ByVal KIEI As System.Integer, _
       ByVal lIEI As System.Integer, _
       ByVal MIEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim hIEI As System.IntPtr
    Dim IIEI As System.IntPtr
    Dim jIEI As System.Integer
    Dim KIEI As System.Integer
    Dim lIEI As System.Integer
    Dim MIEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.GIEI(hIEI, IIEI, jIEI, KIEI, lIEI, MIEI)
    public static System.int GIEI( 
       System.IntPtr hIEI,
       System.IntPtr IIEI,
       System.int jIEI,
       System.int KIEI,
       System.int lIEI,
       System.int MIEI
    )

    Parameters

    hIEI
    IIEI
    jIEI
    KIEI
    lIEI
    MIEI
    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