HomeCamera Class

A structure that contains information about the camera and view for the Home view orientation stored in the model.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBHomeCamera

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class HomeCamera : IDisposable

The HomeCamera type exposes the following members.

Constructors
 NameDescription
Public methodHomeCamera Constructs a new copy of the input HomeCamera object.
Top
Properties
 NameDescription
Public propertyBottomAngleOfFieldOfView The bottom angle of the field of view.
Public propertyCenter The zoom or orbit center.
Public propertyEyePosition The eye position point.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyLeftAngleOfFieldOfView The left angle of the field of view.
Public propertyOrthogonalProjectionHeight The height of orthogonal projection view volume.
Public propertyOrthogonalProjectionWidth The width of orthogonal projection view volume.
Public propertyPivot The pivot point.
Public propertyRightAngleOfFieldOfView The right angle of the field of view.
Public propertyTopAngleOfFieldOfView The top angle of the field of view.
Public propertyUpDirection The up direction vector.
Public propertyViewId The id of the view which is associated to this document's Home view orientation.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the HomeCamera
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also