Retrieve the active project location.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ProjectLocation ActiveProjectLocation { get; set; }Property Value
ProjectLocation
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.
See Also
Reference