SequenceFileViewMgr.RefreshStep

Syntax

SequenceFileViewMgr.RefreshStep( stepIndex)

Purpose

Refreshes a step in the current step group in a connected SequenceView control.

Remarks

Typically, you do not call this method unless you have changed the state of the step directly using the TestStand API. Call this method so these types of changes are reflected in the connected SequenceView control.

When you set the SequenceFileViewMgr.StepGroupMode property to StepGroupMode_AllGroups , call the SequenceFileViewMgr.RefreshStepEx method instead of this method to specify the step group in which the step resides.

Parameters

stepIndex As Long

[In] Specifies the index of the step to refresh. Passing -1 refreshes all steps in the connected SequenceView control.

See Also

SequenceFileViewMgr.RefreshStepEx

SequenceFileViewMgr.StepGroupMode

SequenceView