Click or drag to resize
TemporaryGraphicCollectionDrawTrace Method
Creates a trace, e.g. a set of contiguous line segments that follows a path of points.

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 DrawTrace(
	Vector3 start,
	double width,
	double maxLength
)

Parameters

start
Type: ABB.Robotics.MathVector3
The start point of the trace.
width
Type: SystemDouble
The width of the trace lines (in pixels).
maxLength
Type: SystemDouble
The maximum length of the trace.

Return Value

Type: TemporaryGraphic
Remarks
Call TemporaryGraphic.ContinueTrace() to add new points to the trace.
Version Information

Supported in: 1.0.0.0
See Also