Click or drag to resize
TemporaryGraphicCollectionRemove Method
Removes a TemporaryGraphic object from this TemporaryGraphicCollection 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 void Remove(
	TemporaryGraphic temporaryGraphic
)

Parameters

temporaryGraphic
Type: ABB.Robotics.RobotStudio.Stations.FormsTemporaryGraphic
The TemporaryGraphic object to be removed.
Exceptions
ExceptionCondition
InvalidOperationException The TemporaryGraphic object has not been added to the collection.
Version Information

Supported in: 1.0.0.0
See Also