ObjectTable.AddText Method (TextEntity)

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
)
Public Function AddText ( 
	text As TextEntity
) As Guid

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