ReplayHistoryData.TryGetDouble Method

ReplayHistoryDataTryGetDouble Method

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool TryGetDouble(
	int id,
	out double value
)
Public Function TryGetDouble ( 
	id As Integer,
	<OutAttribute> ByRef value As Double
) As Boolean

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@)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also