Share

HomeCamera Class

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class HomeCamera : IDisposable

The HomeCamera type exposes the following members.

Constructors

 NameDescription
Public methodHomeCamera Constructs a new copy of the input HomeCamera object.

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.

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)

See Also

Reference

Was this information helpful?