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


In This Topic
    fhEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function fhEI( _
       ByVal GhEI As System.IntPtr, _
       ByVal hhEI As System.IntPtr, _
       ByVal IhEI As System.Integer, _
       ByVal jhEI As System.Integer, _
       ByVal KhEI As System.Integer, _
       ByVal lhEI As System.Integer, _
       ByVal MhEI As System.Single, _
       ByVal nhEI As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim GhEI As System.IntPtr
    Dim hhEI As System.IntPtr
    Dim IhEI As System.Integer
    Dim jhEI As System.Integer
    Dim KhEI As System.Integer
    Dim lhEI As System.Integer
    Dim MhEI As System.Single
    Dim nhEI As System.Single
    Dim value As System.Integer
     
    value = xYCI.fhEI(GhEI, hhEI, IhEI, jhEI, KhEI, lhEI, MhEI, nhEI)
    public static System.int fhEI( 
       System.IntPtr GhEI,
       System.IntPtr hhEI,
       System.int IhEI,
       System.int jhEI,
       System.int KhEI,
       System.int lhEI,
       System.float MhEI,
       System.float nhEI
    )

    Parameters

    GhEI
    hhEI
    IhEI
    jhEI
    KhEI
    lhEI
    MhEI
    nhEI
    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