Camera Members


The Camera type exposes the following members.

Constructors

Name Description
Public method Camera
Camera

Methods

Name Description
Public method Dispose
Releases all resources used by the Camera
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method Transform
Transforms the camera

Properties

Name Description
Public property EyePosition
Camera's position in the world
Public property FarDistance
Distance to far clipping plane
Public property HorizontalExtent
Horizontal extent of the camera's view , measured at target distance.
Public property HorizontalOffset
Horizontal offset of the camera's view center from target, measured at target distance.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property NearDistance
Distance to near clipping plane
Public property ProjectionMethod
Projection method
Public property TargetDistance
Distance from camera to its target
Public property UpDirection
Up direction of the camera
Public property VerticalExtent
Vertical extent of the camera's view, measured at target distance.
Public property VerticalOffset
Vertical offset of the camera's view center from target, measured at target distance.
Public property ViewDirection
Direction that the camera is facing

See Also