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


In This Topic
    vbfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function vbfI( _
       ByVal WbfI As System.IntPtr, _
       ByVal xbfI As System.IntPtr, _
       ByVal YbfI As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim WbfI As System.IntPtr
    Dim xbfI As System.IntPtr
    Dim YbfI As System.Object
    Dim value As System.Integer
     
    value = xYCI.vbfI(WbfI, xbfI, YbfI)
    public static System.int vbfI( 
       System.IntPtr WbfI,
       System.IntPtr xbfI,
       out System.object YbfI
    )

    Parameters

    WbfI
    xbfI
    YbfI
    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