Click or drag to resize

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)
Since: 5.0
Syntax
public ReplayHistoryResult[] Results { get; }

Property Value

Type: ReplayHistoryResult
See Also