Click or drag to resize
GraphicPickEventArgsPickedTemporaryGraphic Property
Gets the picked TemporaryGraphic object.

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public TemporaryGraphic PickedTemporaryGraphic { get; }

Property Value

Type: TemporaryGraphic
Remarks
Only objects with the Pickable flag set to true can be picked.
Version Information

Supported in: 1.0.0.0
See Also