Class OutputMessageReceivedEventArgs
Provides data for the OutputMessageReceived event.
Inheritance
System.Object
System.EventArgs
OutputMessageReceivedEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: EplusLauncher
Assembly: cs.temp.dll.dll
Syntax
public class OutputMessageReceivedEventArgs : EventArgs
Properties
Message
Gets EnergyPlus output message.
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Output message. |
SimulationFolder
Gets the folder where simulation outputs are generated.
Declaration
public string SimulationFolder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Simulation folder full path. |