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


In This Topic
    IIdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IIdI( _
       ByVal jIdI As System.IntPtr, _
       ByVal KIdI As System.Integer, _
       ByVal lIdI As System.Integer, _
       ByRef MIdI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim jIdI As System.IntPtr
    Dim KIdI As System.Integer
    Dim lIdI As System.Integer
    Dim MIdI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.IIdI(jIdI, KIdI, lIdI, MIdI)
    public static System.int IIdI( 
       System.IntPtr jIdI,
       System.int KIdI,
       System.int lIdI,
       out System.int MIdI
    )

    Parameters

    jIdI
    KIdI
    lIdI
    MIdI
    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