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


In This Topic
    pfOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function pfOI( _
       ByVal QfOI As System.Integer, _
       ByVal rfOI As System.Integer, _
       ByVal SfOI() As System.Boolean, _
       ByVal tfOI As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim QfOI As System.Integer
    Dim rfOI As System.Integer
    Dim SfOI() As System.Boolean
    Dim tfOI As System.Boolean
    Dim value As System.Boolean
     
    value = tdnI.pfOI(QfOI, rfOI, SfOI, tfOI)
    public static System.bool pfOI( 
       System.int QfOI,
       System.int rfOI,
       System.bool[] SfOI,
       System.bool tfOI
    )

    Parameters

    QfOI
    rfOI
    SfOI
    tfOI
    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