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


In This Topic
    xCEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function xCEI( _
       ByVal YCEI As System.IntPtr, _
       ByVal AdEI As System.IntPtr, _
       ByVal bdEI As System.IntPtr, _
       ByVal CdEI As System.Integer, _
       ByVal ddEI As System.Single, _
       ByVal EdEI As System.Single, _
       ByVal fdEI As System.Single, _
       ByVal GdEI As System.Single, _
       ByVal hdEI As System.Integer, _
       ByVal IdEI As System.IntPtr, _
       ByVal jdEI As xYCI.bOhI, _
       ByVal KdEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim YCEI As System.IntPtr
    Dim AdEI As System.IntPtr
    Dim bdEI As System.IntPtr
    Dim CdEI As System.Integer
    Dim ddEI As System.Single
    Dim EdEI As System.Single
    Dim fdEI As System.Single
    Dim GdEI As System.Single
    Dim hdEI As System.Integer
    Dim IdEI As System.IntPtr
    Dim jdEI As xYCI.bOhI
    Dim KdEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.xCEI(YCEI, AdEI, bdEI, CdEI, ddEI, EdEI, fdEI, GdEI, hdEI, IdEI, jdEI, KdEI)
    public static System.int xCEI( 
       System.IntPtr YCEI,
       System.IntPtr AdEI,
       System.IntPtr bdEI,
       System.int CdEI,
       System.float ddEI,
       System.float EdEI,
       System.float fdEI,
       System.float GdEI,
       System.int hdEI,
       System.IntPtr IdEI,
       xYCI.bOhI jdEI,
       System.IntPtr KdEI
    )

    Parameters

    YCEI
    AdEI
    bdEI
    CdEI
    ddEI
    EdEI
    fdEI
    GdEI
    hdEI
    IdEI
    jdEI
    KdEI
    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