Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / rfdI Method


In This Topic
    rfdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function rfdI( _
       ByVal SfdI As System.IntPtr, _
       ByVal tfdI As System.IntPtr, _
       ByVal UfdI As System.Boolean _
    ) As System.Integer
    'Usage
     
    
    Dim SfdI As System.IntPtr
    Dim tfdI As System.IntPtr
    Dim UfdI As System.Boolean
    Dim value As System.Integer
     
    value = xYCI.rfdI(SfdI, tfdI, UfdI)
    public static System.int rfdI( 
       System.IntPtr SfdI,
       System.IntPtr tfdI,
       System.bool UfdI
    )

    Parameters

    SfdI
    tfdI
    UfdI
    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