| Revit 2018 API |
| View3D..::..CanResetCameraTarget Method |
| View3D Class See Also |
Checks whether the camera target can be reset for this view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2015 Subscription Update
Syntax
| C# |
|---|
public bool CanResetCameraTarget() |
| Visual Basic |
|---|
Public Function CanResetCameraTarget As Boolean |
| Visual C++ |
|---|
public: bool CanResetCameraTarget() |
Return Value
True if camera target can be reset for this view, false otherwise.
Remarks
The camera target can only be reset for perspective view.