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


In This Topic
    nGOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function nGOI( _
       ByVal OGOI As System.Integer, _
       ByVal pGOI As System.Integer, _
       ByRef QGOI As YlQI, _
       ByVal rGOI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim OGOI As System.Integer
    Dim pGOI As System.Integer
    Dim QGOI As YlQI
    Dim rGOI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.nGOI(OGOI, pGOI, QGOI, rGOI)
    public static System.bool nGOI( 
       System.int OGOI,
       System.int pGOI,
       ref YlQI QGOI,
       System.int rGOI
    )

    Parameters

    OGOI
    pGOI
    QGOI
    rGOI
    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