Exposes any Data Series instance through the (See Ansys.Mechanical.Interfaces.IReadOnlyDataSeries) interface.
Declaration Syntax
public sealed struct ReadOnlyDataSeriesAdapter : ValueType, IReadOnlyDataSeries, IEnumerable
Table 1059: Members
| 
                 Constructor  | ReadOnlyDataSeriesAdapter(object) | 
                 Construct by wrapping around a potential Data Series instance.  | 
| 
                 Property  | Count | 
                 Gets the number of data points.  | 
| 
                 Property  | DataType | 
                 Gets the type stored by the data series.  | 
| 
                 Property  | Item | 
                 Gets the element at the specified index in the read-only data series.  | 
| 
                 Property  | Name | 
                 Gets the name of the data series.  | 
| 
                 Property  | QuantityName | 
                 Gets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”.  | 
| 
                 Property  | Unit | 
                 Gets the string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”, or “kg m^2 s^-3”.  | 
| 
                 Property  | Values | 
                 Explicitly get the values of the data series.  | 
| 
                 Method  | GetEnumerator() | 
                 No details are provided for this entry.  |