ObjectTableReplace Method (ObjRef, Circle) |
Replaces one object with new curve object.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool Replace(
ObjRef objref,
Circle circle
)
Public Function Replace (
objref As ObjRef,
circle As Circle
) As Boolean
Parameters
- objref
- Type: Rhino.DocObjectsObjRef
Reference to old object to be replaced. The object objref.Object() will be deleted.
- circle
- Type: Rhino.GeometryCircle
new circle to be added. The circle is copied.
Return Value
Type:
Booleantrue if successful.
See Also