Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / WfII Class / AGII Method


In This Topic
    AGII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub AGII( _
       ByVal bGII As prhI, _
       ByRef CGII As NMatrix _
    ) 
    'Usage
     
    
    Dim instance As WfII
    Dim bGII As prhI
    Dim CGII As NMatrix
     
    instance.AGII(bGII, CGII)
    internal void AGII( 
       prhI bGII,
       ref NMatrix CGII
    )

    Parameters

    bGII
    CGII
    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