Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / UKnI Method


In This Topic
    UKnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UKnI( _
       ByVal vKnI As System.IntPtr, _
       ByRef WKnI As YlQI, _
       ByVal xKnI As System.IntPtr, _
       ByVal YKnI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim vKnI As System.IntPtr
    Dim WKnI As YlQI
    Dim xKnI As System.IntPtr
    Dim YKnI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.UKnI(vKnI, WKnI, xKnI, YKnI)
    public static System.bool UKnI( 
       System.IntPtr vKnI,
       ref YlQI WKnI,
       System.IntPtr xKnI,
       System.int YKnI
    )

    Parameters

    vKnI
    WKnI
    xKnI
    YKnI
    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