Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / bOII Class / COII Method


In This Topic
    COII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub COII( _
       ByVal dOII As MKII, _
       ByVal EOII As Nevron.Nov.FunctionResult(Of Byte(),Byte()) _
    ) 
    'Usage
     
    
    Dim instance As bOII
    Dim dOII As MKII
    Dim EOII As Nevron.Nov.FunctionResult(Of Byte(),Byte())
     
    instance.COII(dOII, EOII)
    internal void COII( 
       MKII dOII,
       Nevron.Nov.FunctionResult<byte[],byte[]> EOII
    )

    Parameters

    dOII
    EOII
    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