Click or drag to resize

ReplayHistoryDataTryGetBool Method

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

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

Parameters

id
Type: SystemInt32

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

value
Type: SystemBoolean

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

Return Value

Type: Boolean

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

See Also