HistoryRecord.SetDoubles Method

HistoryRecordSetDoubles Method

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

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

Parameters

id
Type: SystemInt32

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

values
Type: System.Collections.GenericIEnumerableDouble

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also