Click or drag to resize

ObjectTableReplace Method (Guid, Curve)

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,
	Curve curve
)

Parameters

objectId
Type: SystemGuid
Id of object to be replaced.
curve
Type: Rhino.GeometryCurve
New curve to be added. A duplicate of the curve is added to the Rhino model.

Return Value

Type: Boolean
true if successful.
See Also