ObjectTable.AddTextDot Method (TextDot, ObjectAttributes)

ObjectTableAddTextDot Method (TextDot, ObjectAttributes)

Adds a text dot object to Rhino.

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

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also