Class Selection
Provides access to a collection containing all selected objects.
Inheritance
object
Selection
Namespace: ABB.Robotics.RobotStudio
Assembly: ABB.Robotics.RobotStudio.dll
Syntax
public sealed class Selection
Constructors
View SourceSelection()
ABB internal use.
Declaration
public Selection()
Properties
View SourceSelectedObjects
Returns the collection containing all selected objects.
Declaration
public static ProjectSelection SelectedObjects { get; }
Property Value
| Type | Description |
|---|---|
| ProjectSelection | This collection provides information and events about selected objects and makes it possible to select objects. |