Revit 2026 API
View |
Checks whether the camera target can be reset for this view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanResetCameraTarget()
Public Function CanResetCameraTarget As Boolean
public: bool CanResetCameraTarget()
member CanResetCameraTarget : unit -> bool
Return Value
BooleanTrue if camera target can be reset for this view, false otherwise.
The camera target can only be reset for perspective view.
See Also