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


In This Topic
    OCdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function OCdI( _
       ByVal pCdI As System.IntPtr, _
       ByVal QCdI As System.IntPtr, _
       ByVal rCdI As System.Integer, _
       ByVal SCdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim pCdI As System.IntPtr
    Dim QCdI As System.IntPtr
    Dim rCdI As System.Integer
    Dim SCdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.OCdI(pCdI, QCdI, rCdI, SCdI)
    public static System.int OCdI( 
       System.IntPtr pCdI,
       System.IntPtr QCdI,
       System.int rCdI,
       System.float SCdI
    )

    Parameters

    pCdI
    QCdI
    rCdI
    SCdI
    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