ReplayHistoryData.TryGetGuid Method

ReplayHistoryDataTryGetGuid Method

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

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

Parameters

id
Type: SystemInt32

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

value
Type: SystemGuid

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also