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


In This Topic
    rddI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function rddI( _
       ByVal SddI As System.IntPtr, _
       ByVal tddI As System.IntPtr, _
       ByVal UddI As System.Integer, _
       ByVal vddI As System.Integer, _
       ByVal WddI As System.Integer, _
       ByVal xddI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim SddI As System.IntPtr
    Dim tddI As System.IntPtr
    Dim UddI As System.Integer
    Dim vddI As System.Integer
    Dim WddI As System.Integer
    Dim xddI As System.Single
    Dim value As System.Integer
     
    value = xYCI.rddI(SddI, tddI, UddI, vddI, WddI, xddI)
    public static System.int rddI( 
       System.IntPtr SddI,
       System.IntPtr tddI,
       System.int UddI,
       System.int vddI,
       System.int WddI,
       System.float xddI
    )

    Parameters

    SddI
    tddI
    UddI
    vddI
    WddI
    xddI
    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