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


In This Topic
    UfOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UfOI( _
       ByVal vfOI As System.Integer, _
       ByVal WfOI As System.Integer, _
       ByRef value As System.Boolean, _
       ByVal xfOI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim vfOI As System.Integer
    Dim WfOI As System.Integer
    Dim value As System.Boolean
    Dim xfOI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.UfOI(vfOI, WfOI, value, xfOI)
    public static System.bool UfOI( 
       System.int vfOI,
       System.int WfOI,
       ref System.bool value,
       System.int xfOI
    )

    Parameters

    vfOI
    WfOI
    value
    xfOI
    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