VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

IWorkspace2 Interface

Interface to perform basic workspace operations, such as getting, setting, and logging channel data.

This interface also inherits the methods of the IWorkspace interface.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Interface IWorkspace2 _
	Implements IWorkspace
C#
public interface IWorkspace2 : IWorkspace
Visual C++
public interface class IWorkspace2 : IWorkspace

Remarks

For example code and more information about this interface, refer to one of the following help topics:

LabVIEW Walkthrough: Opening and Running a Project

C# Walkthrough: Opening and Running a Project

See Also

Was this information helpful?