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


In This Topic
    dGOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function dGOI( _
       ByVal EGOI As System.Integer, _
       ByVal fGOI As System.Integer, _
       ByVal GGOI As EAQI, _
       ByVal hGOI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim EGOI As System.Integer
    Dim fGOI As System.Integer
    Dim GGOI As EAQI
    Dim hGOI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.dGOI(EGOI, fGOI, GGOI, hGOI)
    public static System.bool dGOI( 
       System.int EGOI,
       System.int fGOI,
       out EAQI GGOI,
       System.int hGOI
    )

    Parameters

    EGOI
    fGOI
    GGOI
    hGOI
    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