Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / hIMI Class / SQMI Method


In This Topic
    SQMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SQMI( _
       ByVal tQMI As System.String, _
       ByVal UQMI As System.String, _
       ByVal vQMI As System.String, _
       ByVal WQMI As System.String _
    ) As System.Integer
    'Usage
     
    
    Dim tQMI As System.String
    Dim UQMI As System.String
    Dim vQMI As System.String
    Dim WQMI As System.String
    Dim value As System.Integer
     
    value = hIMI.SQMI(tQMI, UQMI, vQMI, WQMI)
    public static System.int SQMI( 
       System.string tQMI,
       System.string UQMI,
       System.string vQMI,
       System.string WQMI
    )

    Parameters

    tQMI
    UQMI
    vQMI
    WQMI
    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