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


In This Topic
    YfOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YfOI( _
       ByVal AGOI As System.Integer, _
       ByVal bGOI As System.Integer, _
       ByRef value As System.Integer, _
       ByVal CGOI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim AGOI As System.Integer
    Dim bGOI As System.Integer
    Dim value As System.Integer
    Dim CGOI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.YfOI(AGOI, bGOI, value, CGOI)
    public static System.bool YfOI( 
       System.int AGOI,
       System.int bGOI,
       ref System.int value,
       System.int CGOI
    )

    Parameters

    AGOI
    bGOI
    value
    CGOI
    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