Click or drag to resize
ProjectSelectionAdd Method (Object)
Adds an object 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 Add(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to add to the ProjectSelection object.
Remarks
The added object will typically be ProjectObject-derived, but this is not a requirement.
Version Information

Supported in: 1.0.0.0
See Also