HomeCamera
Description:
A structure that contains information about the camera and view for the Home view orientation stored in the model.
A structure that contains information about the camera and view for the Home view orientation stored in the model.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.HomeCamera
System.Object
Autodesk.Revit.DB.HomeCamera
public class HomeCamera : IDisposable
| Name | Return Type | Description |
|---|---|---|
| HomeCamera(HomeCamera) | None | Constructs a new copy of the input HomeCamera object. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| BottomAngleOfFieldOfView | double | The bottom angle of the field of view. |
| Center | XYZ | The zoom or orbit center. |
| EyePosition | XYZ | The eye position point. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| LeftAngleOfFieldOfView | double | The left angle of the field of view. |
| OrthogonalProjectionHeight | double | The height of orthogonal projection view volume. |
| OrthogonalProjectionWidth | double | The width of orthogonal projection view volume. |
| Pivot | XYZ | The pivot point. |
| RightAngleOfFieldOfView | double | The right angle of the field of view. |
| TopAngleOfFieldOfView | double | The top angle of the field of view. |
| UpDirection | XYZ | The up direction vector. |
| ViewId | ElementId | The id of the view which is associated to this document's Home view orientation. |