| Revit 2022.1 API |
| ViewNavigationToolSettings..::..GetHomeCamera Method |
| ViewNavigationToolSettings Class See Also |
Gets a copy of the structure containing information about the store Home view orientation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
| C# |
|---|
public HomeCamera GetHomeCamera() |
| Visual Basic |
|---|
Public Function GetHomeCamera As HomeCamera |
| Visual C++ |
|---|
public: HomeCamera^ GetHomeCamera() |