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


In This Topic
    EGdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function EGdI( _
       ByVal fGdI As System.IntPtr, _
       ByVal GGdI As System.Integer, _
       ByVal hGdI As System.Integer, _
       ByVal IGdI As System.Integer, _
       ByVal jGdI As System.Integer, _
       ByVal KGdI As System.Single, _
       ByVal lGdI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim fGdI As System.IntPtr
    Dim GGdI As System.Integer
    Dim hGdI As System.Integer
    Dim IGdI As System.Integer
    Dim jGdI As System.Integer
    Dim KGdI As System.Single
    Dim lGdI As System.Single
    Dim value As System.Integer
     
    value = xYCI.EGdI(fGdI, GGdI, hGdI, IGdI, jGdI, KGdI, lGdI)
    public static System.int EGdI( 
       System.IntPtr fGdI,
       System.int GGdI,
       System.int hGdI,
       System.int IGdI,
       System.int jGdI,
       System.float KGdI,
       System.float lGdI
    )

    Parameters

    fGdI
    GGdI
    hGdI
    IGdI
    jGdI
    KGdI
    lGdI
    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