Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tpII Class / SetData Method


In This Topic
    SetData Method (tpII)
    In This Topic
    Throws an invalid operation exception
    Syntax
    'Declaration
     
    
    Public Sub SetData( _
       ByVal vpII As NDataFormat, _
       ByVal WpII As System.Object _
    ) 
    'Usage
     
    
    Dim instance As tpII
    Dim vpII As NDataFormat
    Dim WpII As System.Object
     
    instance.SetData(vpII, WpII)
    public void SetData( 
       NDataFormat vpII,
       System.object WpII
    )

    Parameters

    vpII
    WpII
    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