Click or drag to resize

ObjectTableReplace Method (Guid, Hatch)

Replaces one object with new hatch object.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.1
Syntax
public bool Replace(
	Guid objectId,
	Hatch hatch
)

Parameters

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

Return Value

Type: Boolean
true if successful.
See Also