Click or drag to resize
TemporaryGraphicContinueTrace Method
Adds a new point to a trace.

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 ContinueTrace(
	Vector3 point,
	Color color,
	bool discontinue
)

Parameters

point
Type: ABB.Robotics.MathVector3
The endpoint of the new segment.
color
Type: System.DrawingColor
The color of the new segment.
discontinue
Type: SystemBoolean
Creates a discontinuity, e.g. no line is drawn from the previous point
Exceptions
ExceptionCondition
InvalidOperationExceptionThis was not created by DrawTrace().
Remarks
Version Information

Supported in: 1.0.0.0
See Also