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


In This Topic
    KAOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KAOI( _
       ByVal lAOI As System.IntPtr, _
       ByVal MAOI As System.Integer, _
       ByVal nAOI As System.Integer, _
       ByVal OAOI() As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim lAOI As System.IntPtr
    Dim MAOI As System.Integer
    Dim nAOI As System.Integer
    Dim OAOI() As System.Integer
    Dim value As System.IntPtr
     
    value = tdnI.KAOI(lAOI, MAOI, nAOI, OAOI)
    public static System.IntPtr KAOI( 
       System.IntPtr lAOI,
       System.int MAOI,
       System.int nAOI,
       System.int[] OAOI
    )

    Parameters

    lAOI
    MAOI
    nAOI
    OAOI
    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