Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / hpjI Interface / Ax Method


In This Topic
    Ax Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub Ax( _
       ByVal MpjI As System.Long, _
       ByVal npjI As System.IntPtr, _
       ByVal OpjI As System.Integer, _
       ByVal ppjI() As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As hpjI
    Dim MpjI As System.Long
    Dim npjI As System.IntPtr
    Dim OpjI As System.Integer
    Dim ppjI() As System.Integer
     
    instance.Ax(MpjI, npjI, OpjI, ppjI)
    void Ax( 
       System.long MpjI,
       System.IntPtr npjI,
       System.int OpjI,
       out System.int[] ppjI
    )

    Parameters

    MpjI
    npjI
    OpjI
    ppjI
    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