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


In This Topic
    xQMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function xQMI( _
       ByVal YQMI As System.String, _
       ByVal ArMI As System.String, _
       ByVal brMI As System.String _
    ) As System.Integer
    'Usage
     
    
    Dim YQMI As System.String
    Dim ArMI As System.String
    Dim brMI As System.String
    Dim value As System.Integer
     
    value = hIMI.xQMI(YQMI, ArMI, brMI)
    public static System.int xQMI( 
       System.string YQMI,
       System.string ArMI,
       System.string brMI
    )

    Parameters

    YQMI
    ArMI
    brMI
    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