DataSeriesAdapter

Expresses any Data Series as a (See Ansys.Mechanical.Interfaces.IDataSeries) instance with optional read-only enforcement.

Declaration Syntax

public sealed struct DataSeriesAdapter : ValueType, IDataSeries, IList, ICollection, IEnumerable, INotifyPropertyChanged

Table 1084: Members

Constructor

DataSeriesAdapter(object, bool)

Construct by wrapping around a potential Data Series instance.

Event

PropertyChanged

No details are provided for this entry.

Property

Count

No details are provided for this entry.

Property

DataType  

Property

IsFixedSize

No details are provided for this entry.

Property

IsReadOnly

No details are provided for this entry.

Property

IsSynchronized

No details are provided for this entry.

Property

Item

No details are provided for this entry.

Property

Name

Gets or sets the name of the data series.

Property

QuantityName

Gets or sets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”.

Property

SyncRoot

No details are provided for this entry.

Property

Unit

Gets or sets a string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”, or “kg m^2 s^-3”.

Property

Values

Explicitly gets or sets the values of the data series.

Method

Add(object)  

Method

Clear()  

Method

Contains(object)  

Method

CopyTo(Array, int)  

Method

GetEnumerator()  

Method

IndexOf(object)  

Method

Insert(int, object)  

Method

Remove(object)  

Method

RemoveAt(int)