VeriStand .NET API Reference

StepGroup.Steps Property

Gets or sets the steps that belong to the current step group.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: 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);
}

Property Value

An array of ActionStep objects.

See Also

Log in to get a better experience