ViewNodeGetCameraInfo Method |
Information about the observation point (the camera) of the view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic CameraInfo GetCameraInfo()
Public Function GetCameraInfo As CameraInfo
public:
CameraInfo^ GetCameraInfo()
member GetCameraInfo : unit -> CameraInfo
Return Value
CameraInfo
An instance of CameraInfo or
if there is no info associated with the view
See Also