Click or drag to resize

ObjectTable.Replace Method (Guid, TextEntity)

Replaces one object with new text object.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Replace(
	Guid objectId,
	TextEntity text
)

Parameters

objectId
Type: System.Guid
Id of object to be replaced.
text
Type: Rhino.Geometry.TextEntity
new text to be added. The text is copied.

Return Value

Type: Boolean
true if successful.
See Also