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


In This Topic
    vnEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function vnEI( _
       ByVal WnEI As System.IntPtr, _
       ByVal xnEI As System.IntPtr, _
       ByVal YnEI As System.IntPtr, _
       ByVal AOEI As System.Integer, _
       ByVal bOEI As System.Single, _
       ByVal COEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim WnEI As System.IntPtr
    Dim xnEI As System.IntPtr
    Dim YnEI As System.IntPtr
    Dim AOEI As System.Integer
    Dim bOEI As System.Single
    Dim COEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.vnEI(WnEI, xnEI, YnEI, AOEI, bOEI, COEI)
    public static System.int vnEI( 
       System.IntPtr WnEI,
       System.IntPtr xnEI,
       System.IntPtr YnEI,
       System.int AOEI,
       System.float bOEI,
       System.int COEI
    )

    Parameters

    WnEI
    xnEI
    YnEI
    AOEI
    bOEI
    COEI
    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