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


In This Topic
    tCdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function tCdI( _
       ByVal UCdI As System.IntPtr, _
       ByVal vCdI As System.IntPtr, _
       ByVal WCdI As System.Integer, _
       ByVal xCdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim UCdI As System.IntPtr
    Dim vCdI As System.IntPtr
    Dim WCdI As System.Integer
    Dim xCdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.tCdI(UCdI, vCdI, WCdI, xCdI)
    public static System.int tCdI( 
       System.IntPtr UCdI,
       System.IntPtr vCdI,
       System.int WCdI,
       System.float xCdI
    )

    Parameters

    UCdI
    vCdI
    WCdI
    xCdI
    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