StepGroup.Steps Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the steps that belong to the current step group.
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 Property Steps As ActionStep() |
| C# |
|---|
public ActionStep[] Steps { get; set; } |
| Visual C++ |
|---|
public: property array<ActionStep^>^ Steps { array<ActionStep^>^ get (); void set (array<ActionStep^>^ value); } |