ObjectTable.Replace Method (Guid, Arc)

ObjectTableReplace Method (Guid, Arc)

Replaces one object with new curve object.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Replace(
	Guid objectId,
	Arc arc
)
Public Function Replace ( 
	objectId As Guid,
	arc As Arc
) As Boolean

Parameters

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

Return Value

Type: Boolean
true if successful.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also