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