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


In This Topic
    MtdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MtdI( _
       ByVal ntdI As System.IntPtr, _
       ByVal OtdI As System.Single, _
       ByVal ptdI As System.Integer, _
       ByRef QtdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim ntdI As System.IntPtr
    Dim OtdI As System.Single
    Dim ptdI As System.Integer
    Dim QtdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.MtdI(ntdI, OtdI, ptdI, QtdI)
    public static System.int MtdI( 
       System.IntPtr ntdI,
       System.float OtdI,
       System.int ptdI,
       out System.IntPtr QtdI
    )

    Parameters

    ntdI
    OtdI
    ptdI
    QtdI
    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