| Revit Preview Release API |
| Document..::..ProjectLocations Property |
| Document Class See Also |
Retrieve all the project locations associated with this project
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public ProjectLocationSet ProjectLocations { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ProjectLocations As ProjectLocationSet Get |
| Visual C++ |
|---|
public: property ProjectLocationSet^ ProjectLocations { ProjectLocationSet^ get (); } |
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.