EnergyDataSettingsProjectPhase Property |
The project phase of the EnergyData information.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementId ProjectPhase { get; set; }
Public Property ProjectPhase As ElementId
Get
Set
public:
property ElementId^ ProjectPhase {
ElementId^ get ();
void set (ElementId^ value);
}
member ProjectPhase : ElementId with get, set
Property Value
ElementId
Exceptions
See Also