<Code Lib>
2025 Property
Changes 0
P

Document.ProjectLocations

You are viewing the Revit 2025 API. This page also exists in Revit 2027 (latest).

Description:
Retrieve all the project locations associated with this project
Remarks:
This property returns all the locations of the project. A project can have one site location but many project locations within that site. Each project location object is an offset and rotation from the site location.

public ProjectLocationSet ProjectLocations { get; }

Loading…