Grasshopper API
GH_SolutionEventArgs Properties |
The GH_SolutionEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Document |
Gets the document that raised the event, should be the same
as the "sender" parameter in the event handler.
| |
| Duration |
Gets the duration for this solution.
The duration is a more accurate measure than EndTime-StartTime.
| |
| EndTime | Obsolete.
Gets the time when the current solution completed.
If the solution hasn't completed yet this field will
be DateTime.MinValue.
| |
| StartTime |
Gets the time when the current solution began.
|