ObjectTableReplace Method (Guid, Point3d) |
Replaces one object with new point object.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool Replace(
Guid objectId,
Point3d point
)
Public Function Replace (
objectId As Guid,
point As Point3d
) As Boolean
Parameters
- objectId
- Type: SystemGuid
Id of object to be replaced. - point
- Type: Rhino.GeometryPoint3d
new point to be added. The point is copied.
Return Value
Type:
Booleantrue if successful.
See Also