Void IResultCollector.SetAllValues(IEnumerable<Double> values, IEnumerable<Int32> lengths)

Sets all collector's values. The values have to be in the same order as the Ids array.

Remarks

Limitation: For a shell or layer element with the position set to Top, Bottom, or Middle, the method SetValues must be used. For a shell or layer element with the position set to Top/Bottom, the method SetAllValues can be used. The method SetAllValues offers better performance when setting a large amount of data than the method SetValues.

Parameters

  • values
    Type: IEnumerable<Double>
    The values to set.
  • lengths
    Type: IEnumerable<Int32>
    The array containing for each element the number of result values.