HistoryRecord.SetGuids Method

HistoryRecordSetGuids Method

[Missing <summary> documentation for "M:Rhino.DocObjects.HistoryRecord.SetGuids(System.Int32,System.Collections.Generic.IEnumerable{System.Guid})"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SetGuids(
	int id,
	IEnumerable<Guid> values
)
Public Function SetGuids ( 
	id As Integer,
	values As IEnumerable(Of Guid)
) As Boolean

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Rhino.DocObjects.HistoryRecord.SetGuids(System.Int32,System.Collections.Generic.IEnumerable{System.Guid})"]

values
Type: System.Collections.GenericIEnumerableGuid

[Missing <param name="values"/> documentation for "M:Rhino.DocObjects.HistoryRecord.SetGuids(System.Int32,System.Collections.Generic.IEnumerable{System.Guid})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.HistoryRecord.SetGuids(System.Int32,System.Collections.Generic.IEnumerable{System.Guid})"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also