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


In This Topic
    EWdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function EWdI( _
       ByVal fWdI As System.IntPtr, _
       ByVal GWdI As System.IntPtr, _
       ByVal hWdI As System.Integer, _
       ByVal IWdI As System.Integer, _
       ByVal jWdI As System.Integer, _
       ByVal KWdI As System.Integer, _
       ByVal lWdI As System.Single, _
       ByVal MWdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim fWdI As System.IntPtr
    Dim GWdI As System.IntPtr
    Dim hWdI As System.Integer
    Dim IWdI As System.Integer
    Dim jWdI As System.Integer
    Dim KWdI As System.Integer
    Dim lWdI As System.Single
    Dim MWdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.EWdI(fWdI, GWdI, hWdI, IWdI, jWdI, KWdI, lWdI, MWdI)
    public static System.int EWdI( 
       System.IntPtr fWdI,
       System.IntPtr GWdI,
       System.int hWdI,
       System.int IWdI,
       System.int jWdI,
       System.int KWdI,
       System.float lWdI,
       System.float MWdI
    )

    Parameters

    fWdI
    GWdI
    hWdI
    IWdI
    jWdI
    KWdI
    lWdI
    MWdI
    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