2021 Class
Changes 6
C

SetupEnergySimulationDialog

Description:
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.SetupEnergySimulationDialog
public class SetupEnergySimulationDialog : IDisposable
Name Return Type Description
C SetupEnergySimulationDialog() None Constructs a new instance of the SetupEnergySimulationDialog class.
Name Return Type Description
M Dispose() None Releases all resources used by the
M Show() One of theSetupEnergySimulationDialogResultvalues. Shows the SetupEnergySimulationDialog to the user as a modal dialog.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P ProjectId int The identifier of the project (on the Green Building Studio server) that was selected by the user.
P ProjectName string The project name (representing a project on the Green Building Studio server) selected or supplied by the user.
P RunName string The name of the analysis run that was supplied by the user.