public class EpanetResultFile| EpanetResultFile | Construct EPANet result file from path name |
| Duration | Duration of simulation |
| FilePath | Path of result file |
| FlowUnitsOption | Unit option for flow |
| ItemNo | Number of different item types |
| LinkItems | List of all link items |
| NodeItems | List of all node items |
| NoOfLinks | Number of links in setup |
| NoOfNodes | Number of nodes in setup |
| NoOfTimeSteps | Number of time steps in setup |
| PeakDemandCost | Peak demand cost |
| PressureUnitsOption | Unit option for pressure |
| PumpsStatistic | List of energy statistics for every pump |
| ResultFileWarning | Warning message if result information is inconsistent |
| StartTime | Time at start of simulation |
| TankItems | List of all tank items |
| TimeStep | Size of time step |
| WaterQualityOption | Option for water quality item |
| WQSourceTracingNodeIndex | Index node of source tracing for water quality |
| CloseFile | Close result file |
| EpanetErrorToString | Create a string based on the error |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetInpFilePath | Get path of input file used for creating current result file |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsOpen | Check if file is currently open |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OpenFile | Open existing EPANet result file |
| ReadItemData | Get certain item value for all time steps |
| ReadItemTimestepData | Get certain item value at specific time step |
| ReadResultFileHeader | Reading info from the result file header |
| ToString | Returns a string that represents the current object. (Inherited from Object) |