Revit 2026 API
View |
Gets a copy of the structure containing information about the store Home view orientation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public HomeCamera GetHomeCamera()
Public Function GetHomeCamera As HomeCamera
public: HomeCamera^ GetHomeCamera()
member GetHomeCamera : unit -> HomeCamera
Return Value
HomeCameraA copy of the structure containing information about the store Home view orientation, or if there is no home view set for this document.
See Also