ReplayHistoryData.Results Property

ReplayHistoryDataResults Property

Provides access to BOTH inputs and outputs of the replay history operation.

Use this property to then call an appropriate UpdateToX() method and make your custom history support work.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ReplayHistoryResult[] Results { get; }
Public ReadOnly Property Results As ReplayHistoryResult()
	Get

Property Value

Type: ReplayHistoryResult
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also