Click or drag to resize

ObjectTableReplace Method (Guid, Circle)

Replaces one object with new curve object.

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

Parameters

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

Return Value

Type: Boolean
true if successful.
See Also