Click or drag to resize
ProjectSelectionSingleSelectedObject Property
If a single object is selected, that object is returned, otherwise null.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public Object SingleSelectedObject { get; }

Property Value

Type: Object
Remarks
This property is useful for code that does not support multi-selection.
Version Information

Supported in: 1.0.0.0
See Also