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


In This Topic
    GxEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GxEI( _
       ByVal hxEI As System.IntPtr, _
       ByRef IxEI As System.Single, _
       ByRef jxEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim hxEI As System.IntPtr
    Dim IxEI As System.Single
    Dim jxEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.GxEI(hxEI, IxEI, jxEI)
    public static System.int GxEI( 
       System.IntPtr hxEI,
       out System.float IxEI,
       out System.float jxEI
    )

    Parameters

    hxEI
    IxEI
    jxEI
    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