ReplayHistoryData.TryGetColor Method

ReplayHistoryDataTryGetColor Method

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

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

Parameters

id
Type: SystemInt32

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

value
Type: System.DrawingColor

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also