Click or drag to resize

DataFileInfo Class

Metadata information about a EMA3D simulation results file.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.ResultsDataFileInfo

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

The DataFileInfo type exposes the following members.

Properties
 NameDescription
Public propertyDiplayName Gets the name associated with the data file (non-unique).
Public propertyFilePath Gets the path to the results file.
Public propertyRecordSize Gets total the number of columns per record in the file.
Public propertySeries Gets series in the data file.
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