Click or drag to resize

DataFileInfoSeries Property

Gets series in the data file.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public IReadOnlyList<DataSeriesInfo> Series { get; }

Property Value

IReadOnlyListDataSeriesInfo
Remarks
May be <= RecordSize if file contains unused columns.
See Also