RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Document

Document.ActiveProjectLocation

Property
Description:
Retrieve the active project location.
Remarks:
Getting this property returns the currently active project location that the user is currently working with. Setting this property can be used to change the active project location.
Syntax
public ProjectLocation ActiveProjectLocation { get; set; }