RhinoCommon API
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
public bool TryGetBool( int id, out bool value )
Public Function TryGetBool ( id As Integer, <OutAttribute> ByRef value As Boolean ) As Boolean
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@)"]