Click or drag to resize

ObjectTableReplace Method (Guid, Line)

Replaces one object with new line curve object.

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

Parameters

objectId
Type: SystemGuid
Id of object to be replaced.
line
Type: Rhino.GeometryLine
new line to be added. The line is copied.

Return Value

Type: Boolean
true if successful.
See Also