SelectedPropertyObjects.BeginUpdate

Syntax

SelectedPropertyObjects.BeginUpdate

Purpose

Call this method before you make multiple changes to the SelectedPropertyObjects collection. When you finish changing the collection, call the SelectedPropertyObjects.EndUpdate method to update the TestStand User Interface (UI) Controls according to the changes.

Remarks

Use this method to minimize redrawing in the TestStand UI Controls when you programmatically change the selection.

See Also

SelectedPropertyObjects.EndUpdate