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


In This Topic
    bvEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bvEI( _
       ByVal CvEI As System.IntPtr, _
       ByVal dvEI As System.Integer, _
       ByVal EvEI() As System.IntPtr, _
       ByRef fvEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim CvEI As System.IntPtr
    Dim dvEI As System.Integer
    Dim EvEI() As System.IntPtr
    Dim fvEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.bvEI(CvEI, dvEI, EvEI, fvEI)
    public static System.int bvEI( 
       System.IntPtr CvEI,
       System.int dvEI,
       System.IntPtr[] EvEI,
       out System.int fvEI
    )

    Parameters

    CvEI
    dvEI
    EvEI
    fvEI
    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