Click or drag to resize

ObjectTableAddText Method (TextEntity)

Adds a v6_TextObject to the document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid AddText(
	TextEntity text
)

Parameters

text
Type: Rhino.GeometryTextEntity
Text object to add.

Return Value

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