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


In This Topic
    YhdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function YhdI( _
       ByVal AIdI As System.IntPtr, _
       ByRef bIdI As dnQI, _
       ByRef CIdI As dnQI, _
       ByVal dIdI As System.Integer, _
       ByRef EIdI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim AIdI As System.IntPtr
    Dim bIdI As dnQI
    Dim CIdI As dnQI
    Dim dIdI As System.Integer
    Dim EIdI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.YhdI(AIdI, bIdI, CIdI, dIdI, EIdI)
    public static System.int YhdI( 
       System.IntPtr AIdI,
       ref dnQI bIdI,
       ref dnQI CIdI,
       System.int dIdI,
       out System.int EIdI
    )

    Parameters

    AIdI
    bIdI
    CIdI
    dIdI
    EIdI
    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