Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / jQlI Class / UAMI Method


In This Topic
    UAMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function UAMI( _
       ByVal vAMI As System.IntPtr, _
       ByVal WAMI As System.Integer, _
       ByVal xAMI As System.Integer, _
       ByVal YAMI As nlQI _
    ) As System.Boolean
    'Usage
     
    
    Dim vAMI As System.IntPtr
    Dim WAMI As System.Integer
    Dim xAMI As System.Integer
    Dim YAMI As nlQI
    Dim value As System.Boolean
     
    value = jQlI.UAMI(vAMI, WAMI, xAMI, YAMI)
    internal static System.bool UAMI( 
       System.IntPtr vAMI,
       System.int WAMI,
       System.int xAMI,
       out nlQI YAMI
    )

    Parameters

    vAMI
    WAMI
    xAMI
    YAMI
    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