Click or drag to resize

ObjectTableAddTextDot Method (String, Point3d, ObjectAttributes)

Adds a text dot object to Rhino.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid AddTextDot(
	string text,
	Point3d location,
	ObjectAttributes attributes
)

Parameters

text
Type: SystemString
A text string.
location
Type: Rhino.GeometryPoint3d
A point position.
attributes
Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to curve.

Return Value

Type: Guid
The Guid of the newly added object or Guid.Empty on failure.
See Also