RhinoCommon API
HistoryRecordSetInts Method |
[Missing <summary> documentation for "M:Rhino.DocObjects.HistoryRecord.SetInts(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})"]
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool SetInts( int id, IEnumerable<int> values )
Public Function SetInts ( id As Integer, values As IEnumerable(Of Integer) ) As Boolean
Parameters
- id
- Type: SystemInt32
[Missing <param name="id"/> documentation for "M:Rhino.DocObjects.HistoryRecord.SetInts(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})"]
- values
- Type: System.Collections.GenericIEnumerableInt32
[Missing <param name="values"/> documentation for "M:Rhino.DocObjects.HistoryRecord.SetInts(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.DocObjects.HistoryRecord.SetInts(System.Int32,System.Collections.Generic.IEnumerable{System.Int32})"]