Click or drag to resize

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)
Since: 5.0
Syntax
public bool SetGuids(
	int id,
	IEnumerable<Guid> values
)

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})"]

See Also