Revit 2022 API |
Document..::..ActiveProjectLocation Property |
Document Class See Also |
Retrieve the active project location.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public ProjectLocation ActiveProjectLocation { get; set; } |
Visual Basic |
---|
Public Property ActiveProjectLocation As ProjectLocation Get Set |
Visual C++ |
---|
public: property ProjectLocation^ ActiveProjectLocation { ProjectLocation^ get (); void set (ProjectLocation^ value); } |
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.