Revit 2023 API |
SiteLocation..::..WeatherStationName Property |
SiteLocation Class See Also |
The name of the weather station at the site location.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014 UR2
Syntax
C# |
---|
public string WeatherStationName { get; } |
Visual Basic |
---|
Public ReadOnly Property WeatherStationName As String Get |
Visual C++ |
---|
public: property String^ WeatherStationName { String^ get (); } |