Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / SEnI Method


In This Topic
    SEnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SEnI( _
       ByRef tEnI As YlQI, _
       ByVal UEnI As System.Integer, _
       ByVal vEnI As System.Boolean, _
       ByVal WEnI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim tEnI As YlQI
    Dim UEnI As System.Integer
    Dim vEnI As System.Boolean
    Dim WEnI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.SEnI(tEnI, UEnI, vEnI, WEnI)
    public static System.bool SEnI( 
       ref YlQI tEnI,
       System.int UEnI,
       System.bool vEnI,
       System.int WEnI
    )

    Parameters

    tEnI
    UEnI
    vEnI
    WEnI
    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