Click or drag to resize

ResultFileCollection Class

A collection of results files from an EMA3D Simulation.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.ResultsResultFileCollection

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class ResultFileCollection : ICollection<DataFileInfo>, 
	IEnumerable<DataFileInfo>, IEnumerable

The ResultFileCollection type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollectionT.
Public propertyIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
Public propertyItem Gets first DataFileInfo with name name
Top
Methods
 NameDescription
Public methodAddAdds an item to the ICollectionT.
Public methodClearRemoves all items from the ICollectionT.
Public methodContainsDetermines whether the ICollectionT contains a specific value.
Public methodCopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
Public methodStatic memberCreateE3D Creates a ResultFileCollection based on the output of an EMA3D Simulation.
Public methodStatic memberCreateHarness Creates a ResultFileCollection based on the output of an MHARNESS Simulation.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveRemoves the first occurrence of a specific object from the ICollectionT.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also