Click or drag to resize
TemporaryGraphicAttach Method
Attaches this to an object in the station.

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 Attach(
	ProjectObject obj
)

Parameters

obj
Type: ABB.Robotics.RobotStudioProjectObject
The object to attach to, or NULL to break the attachment. This must be a graphical object, e.g. a GraphicComponent, RsTarget, RsWorkObject, RsToolData or RsPathProcedure.
Exceptions
ExceptionCondition
ArgumentExceptionThe argument is not a graphical object.
Remarks
The Matrix property represents an offset from the object's origin.
Version Information

Supported in: 1.0.0.0
See Also