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


In This Topic
    IOEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IOEI( _
       ByVal jOEI As System.IntPtr, _
       ByVal KOEI As System.IntPtr, _
       ByVal lOEI As System.Single, _
       ByVal MOEI As System.Single, _
       ByVal nOEI As System.Single, _
       ByVal OOEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim jOEI As System.IntPtr
    Dim KOEI As System.IntPtr
    Dim lOEI As System.Single
    Dim MOEI As System.Single
    Dim nOEI As System.Single
    Dim OOEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.IOEI(jOEI, KOEI, lOEI, MOEI, nOEI, OOEI)
    public static System.int IOEI( 
       System.IntPtr jOEI,
       System.IntPtr KOEI,
       System.float lOEI,
       System.float MOEI,
       System.float nOEI,
       System.float OOEI
    )

    Parameters

    jOEI
    KOEI
    lOEI
    MOEI
    nOEI
    OOEI
    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