Click or drag to resize

DataSeriesInfo Class

Metadata information about a single series/column in an EMA3D simulation results file.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.ResultsDataSeriesInfo

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class DataSeriesInfo

The DataSeriesInfo type exposes the following members.

Constructors
 NameDescription
Public methodDataSeriesInfo 
Top
Properties
 NameDescription
Public propertyColumn Gets the series column number within the series.
Public propertyDiplayName Gets the name associated with the series (non-unique).
Public propertyQuantity Gets the data quantity represented in series.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also