CloseProjectStep Class
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Represents a Close VeriStand Project step, which closes an open NI VeriStand project.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class CloseProjectStep _ Inherits ActionStep |
| C# |
|---|
public class CloseProjectStep : ActionStep |
| Visual C++ |
|---|
public ref class CloseProjectStep : public ActionStep |
Remarks
Use the members of this class to get and set information about the step.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.CloseProjectStep
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.CloseProjectStep
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.