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


In This Topic
    QEdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function QEdI( _
       ByVal rEdI As System.IntPtr, _
       ByVal SEdI As System.Integer, _
       ByVal tEdI As System.Integer, _
       ByVal UEdI As System.Integer, _
       ByVal vEdI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim rEdI As System.IntPtr
    Dim SEdI As System.Integer
    Dim tEdI As System.Integer
    Dim UEdI As System.Integer
    Dim vEdI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.QEdI(rEdI, SEdI, tEdI, UEdI, vEdI)
    public static System.int QEdI( 
       System.IntPtr rEdI,
       System.int SEdI,
       System.int tEdI,
       System.int UEdI,
       System.int vEdI
    )

    Parameters

    rEdI
    SEdI
    tEdI
    UEdI
    vEdI
    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