SetupEnergySimulationDialog
Description:
The Revit dialog which typically precedes invocation of an Energy Simulation run on the Green Building Studio server.
The Revit dialog which typically precedes invocation of an Energy Simulation run on the Green Building Studio server.
Remarks:
Add-ins can invoke this dialog to collect the name and id of a Green Building Studio project and the name of an analysis run from the user. When the user chooses these values and opts to Continue, control returns the add-in to use the values the user has selected. No Green Building Studio run is automatically invoked by the user's actions in the dialog when it is prompted by the add-in.
This class can be instantiated only when the user is logged in to their Autodesk account.public class SetupEnergySimulationDialog : IDisposable
| Name | Return Type | Description |
|---|---|---|
| SetupEnergySimulationDialog() | None | Constructs a new instance of the SetupEnergySimulationDialog class. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| ProjectId | int | The identifier of the project (on the Green Building Studio server) that was selected by the user. |
| ProjectName | string | The project name (representing a project on the Green Building Studio server) selected or supplied by the user. |
| RunName | string | The name of the analysis run that was supplied by the user. |