Revit 2026 API
Project |
Gets the site location to which this project location refers.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public SiteLocation GetSiteLocation()
Public Function GetSiteLocation As SiteLocation
public: SiteLocation^ GetSiteLocation()
member GetSiteLocation : unit -> SiteLocation
Return Value
SiteLocation
The site location object contains the longitude, latitude, and time-zone
of the entire project site.
See Also