Click or drag to resize

HistoryRecordSetGuid Method

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SetGuid(
	int id,
	Guid value
)

Parameters

id
Type: SystemInt32

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

value
Type: SystemGuid

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

Return Value

Type: Boolean

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

See Also