Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / vrII Class / WrII Method


In This Topic
    WrII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function WrII( _
       ByVal xrII As System.Runtime.InteropServices.ComTypes.IDataObject, _
       ByVal YrII As IvjI, _
       ByVal ASII As System.Integer, _
       ByVal bSII() As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim xrII As System.Runtime.InteropServices.ComTypes.IDataObject
    Dim YrII As IvjI
    Dim ASII As System.Integer
    Dim bSII() As System.Integer
    Dim value As System.Integer
     
    value = vrII.WrII(xrII, YrII, ASII, bSII)
    public static System.int WrII( 
       System.Runtime.InteropServices.ComTypes.IDataObject xrII,
       IvjI YrII,
       System.int ASII,
       System.int[] bSII
    )

    Parameters

    xrII
    YrII
    ASII
    bSII
    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