Click or drag to resize

ReplayHistoryDataTryGetDoubles Method

[Missing <summary> documentation for "M:Rhino.DocObjects.ReplayHistoryData.TryGetDoubles(System.Int32,System.Double[]@)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.10
Syntax
public bool TryGetDoubles(
	int id,
	out double[] values
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Rhino.DocObjects.ReplayHistoryData.TryGetDoubles(System.Int32,System.Double[]@)"]

values
Type: SystemDouble

[Missing <param name="values"/> documentation for "M:Rhino.DocObjects.ReplayHistoryData.TryGetDoubles(System.Int32,System.Double[]@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.ReplayHistoryData.TryGetDoubles(System.Int32,System.Double[]@)"]

See Also