Click or drag to resize

ObjectTableAddTextDot Method (TextDot, ObjectAttributes)

Adds a text dot object to Rhino.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid AddTextDot(
	TextDot dot,
	ObjectAttributes attributes
)

Parameters

dot
Type: Rhino.GeometryTextDot
A text dot that will be copied.
attributes
Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to text dot.

Return Value

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