Click or drag to resize
ProjectSelectionAddRange Method
Adds a range of objects to the selection.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public void AddRange(
	IEnumerable<Object> selections
)

Parameters

selections
Type: System.Collections.GenericIEnumerableObject
The IEnumerator to add to the ProjectSelection objects.
Remarks
The added objects will typically be ProjectObject-derived, but this is not a requirement.
Version Information

Supported in: 1.0.0.0
See Also