Click or drag to resize

ReplayHistoryDataTryGetDouble Method

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool TryGetDouble(
	int id,
	out double value
)

Parameters

id
Type: SystemInt32

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

value
Type: SystemDouble

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

Return Value

Type: Boolean

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

See Also