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


In This Topic
    OnEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function OnEI( _
       ByVal pnEI As System.IntPtr, _
       ByVal QnEI As System.IntPtr, _
       ByVal rnEI As System.IntPtr, _
       ByVal SnEI As System.Integer, _
       ByVal tnEI As System.Single, _
       ByVal UnEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim pnEI As System.IntPtr
    Dim QnEI As System.IntPtr
    Dim rnEI As System.IntPtr
    Dim SnEI As System.Integer
    Dim tnEI As System.Single
    Dim UnEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.OnEI(pnEI, QnEI, rnEI, SnEI, tnEI, UnEI)
    public static System.int OnEI( 
       System.IntPtr pnEI,
       System.IntPtr QnEI,
       System.IntPtr rnEI,
       System.int SnEI,
       System.float tnEI,
       System.int UnEI
    )

    Parameters

    pnEI
    QnEI
    rnEI
    SnEI
    tnEI
    UnEI
    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