ObjectTable.AddTextDot Method (TextDot)

ObjectTableAddTextDot Method (TextDot)

Adds a text dot object to Rhino.

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

Parameters

dot
Type: Rhino.GeometryTextDot
A text dot that will be copied.

Return Value

Type: Guid
A unique identifier for the object.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also