Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / MKII Class / vKII Method


In This Topic
    vKII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function vKII( _
       ByVal WKII As MKII, _
       ByVal xKII() As System.Byte _
    ) As System.Byte()
    'Usage
     
    
    Dim instance As MKII
    Dim WKII As MKII
    Dim xKII() As System.Byte
    Dim value() As System.Byte
     
    value = instance.vKII(WKII, xKII)
    public System.byte[] vKII( 
       MKII WKII,
       System.byte[] xKII
    )

    Parameters

    WKII
    xKII
    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