Click or drag to resize
TemporaryGraphicCollectionDrawText Method (Vector3, String)
Creates a text markup.

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 DrawText(
	Vector3 start,
	string text
)

Parameters

start
Type: ABB.Robotics.MathVector3
The 3D position that the text is anchored to.
text
Type: SystemString
The text to display.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also