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


In This Topic
    lQdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function lQdI( _
       ByRef MQdI As tMQI, _
       ByVal nQdI As System.Integer, _
       ByVal OQdI As System.Integer, _
       ByVal pQdI As System.Single, _
       ByVal QQdI As System.Boolean, _
       ByVal rQdI As System.Integer, _
       ByRef SQdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim MQdI As tMQI
    Dim nQdI As System.Integer
    Dim OQdI As System.Integer
    Dim pQdI As System.Single
    Dim QQdI As System.Boolean
    Dim rQdI As System.Integer
    Dim SQdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.lQdI(MQdI, nQdI, OQdI, pQdI, QQdI, rQdI, SQdI)
    public static System.int lQdI( 
       ref tMQI MQdI,
       System.int nQdI,
       System.int OQdI,
       System.float pQdI,
       System.bool QQdI,
       System.int rQdI,
       out System.IntPtr SQdI
    )

    Parameters

    MQdI
    nQdI
    OQdI
    pQdI
    QQdI
    rQdI
    SQdI
    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