Click or drag to resize

RhinoObjectSetHistory Method

For expert use only. Sets the history record that describes how this object was created. This information is used to update this object when Rhino history is enabled and an input object changes.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public bool SetHistory(
	HistoryRecord history
)

Parameters

history
Type: Rhino.DocObjectsHistoryRecord
The history record.

Return Value

Type: Boolean
true if successful, otherwise false.
See Also