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


In This Topic
    IbEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IbEI( _
       ByVal jbEI As System.IntPtr, _
       ByVal KbEI As System.IntPtr, _
       ByVal lbEI As System.Single, _
       ByVal MbEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim jbEI As System.IntPtr
    Dim KbEI As System.IntPtr
    Dim lbEI As System.Single
    Dim MbEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.IbEI(jbEI, KbEI, lbEI, MbEI)
    public static System.int IbEI( 
       System.IntPtr jbEI,
       System.IntPtr KbEI,
       System.float lbEI,
       System.float MbEI
    )

    Parameters

    jbEI
    KbEI
    lbEI
    MbEI
    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