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


In This Topic
    tOfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function tOfI( _
       ByVal UOfI As System.IntPtr, _
       ByVal vOfI As xYCI.hYGI, _
       ByRef WOfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim UOfI As System.IntPtr
    Dim vOfI As xYCI.hYGI
    Dim WOfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.tOfI(UOfI, vOfI, WOfI)
    public static System.int tOfI( 
       System.IntPtr UOfI,
       xYCI.hYGI vOfI,
       out System.int WOfI
    )

    Parameters

    UOfI
    vOfI
    WOfI
    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