2024 Class
Changes 0
C

ViewNode

Description:
A render node that represents a view.
Remarks:
See also: [!:Autodesk::Revit::DB::IExportContext::OnViewBegin].
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.RenderNode
    Autodesk.Revit.DB.ViewNode
public class ViewNode : RenderNode
Name Return Type Description Inherited From
M GetCameraInfo() nullNothingnullptr Information about the observation point (the camera) of the view.
M Dispose() None Releases all resources used by the RenderNode
Name Return Type Description Inherited From
P LevelOfDetail int The level of detail the view is going to be rendered at.
P ViewId ElementId The Id of the view element.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. RenderNode
P NodeName string A readable name of the output node. RenderNode