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 1032: 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

No details are provided for this entry.

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)

No details are provided for this entry.

Method

Clear()

No details are provided for this entry.

Method

Contains(object)

No details are provided for this entry.

Method

CopyTo(Array, int)

No details are provided for this entry.

Method

GetEnumerator()

No details are provided for this entry.

Method

IndexOf(object)

No details are provided for this entry.

Method

Insert(int, object)

No details are provided for this entry.

Method

Remove(object)

No details are provided for this entry.

Method

RemoveAt(int)

No details are provided for this entry.