The Camera type exposes the following members.

Constructors

  NameDescription
Public methodCamera
Camera

Methods

  NameDescription
Public methodDispose
Releases all resources used by the Camera
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Transforms the camera

Properties

  NameDescription
Public propertyEyePosition
Camera's position in the world
Public propertyFarDistance
Distance to far clipping plane
Public propertyHorizontalExtent
Horizontal extent of the camera's view, measured at target distance.
Public propertyHorizontalOffset
Horizontal offset of the camera's view center from target, measured at target distance.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyNearDistance
Distance to near clipping plane
Public propertyProjectionMethod
Projection method
Public propertyTargetDistance
Distance from camera to its target
Public propertyUpDirection
Up direction of the camera
Public propertyVerticalExtent
Vertical extent of the camera's view, measured at target distance.
Public propertyVerticalOffset
Vertical offset of the camera's view center from target, measured at target distance.
Public propertyViewDirection
Direction that the camera is facing

See Also