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


In This Topic
    jtEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function jtEI( _
       ByVal KtEI As System.IntPtr, _
       ByRef ltEI As System.Integer, _
       ByRef MtEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim KtEI As System.IntPtr
    Dim ltEI As System.Integer
    Dim MtEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.jtEI(KtEI, ltEI, MtEI)
    public static System.int jtEI( 
       System.IntPtr KtEI,
       out System.int ltEI,
       out System.int MtEI
    )

    Parameters

    KtEI
    ltEI
    MtEI
    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