File3dmObjectTable.AddTextDot Method (TextDot, ObjectAttributes)

File3dmObjectTableAddTextDot Method (TextDot, ObjectAttributes)

Adds a text dot object to the table.

Namespace:  Rhino.FileIO
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
The text dot.
attributes
Type: Rhino.DocObjectsObjectAttributes
Attributes to link with text dot.

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.14
See Also