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


In This Topic
    OpdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function OpdI( _
       ByRef ppdI As dnQI, _
       ByVal QpdI As System.Integer, _
       ByVal rpdI As System.Integer, _
       ByVal SpdI As System.Integer, _
       ByVal tpdI As System.Integer, _
       ByRef UpdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim ppdI As dnQI
    Dim QpdI As System.Integer
    Dim rpdI As System.Integer
    Dim SpdI As System.Integer
    Dim tpdI As System.Integer
    Dim UpdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.OpdI(ppdI, QpdI, rpdI, SpdI, tpdI, UpdI)
    public static System.int OpdI( 
       ref dnQI ppdI,
       System.int QpdI,
       System.int rpdI,
       System.int SpdI,
       System.int tpdI,
       out System.IntPtr UpdI
    )

    Parameters

    ppdI
    QpdI
    rpdI
    SpdI
    tpdI
    UpdI
    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