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


In This Topic
    dOdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function dOdI( _
       ByVal EOdI As System.IntPtr, _
       ByVal fOdI As System.Object, _
       ByRef GOdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim EOdI As System.IntPtr
    Dim fOdI As System.Object
    Dim GOdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.dOdI(EOdI, fOdI, GOdI)
    public static System.int dOdI( 
       System.IntPtr EOdI,
       out System.object fOdI,
       out System.IntPtr GOdI
    )

    Parameters

    EOdI
    fOdI
    GOdI
    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