RVTDocs.com
Namespace: Autodesk.Revit.DB

ViewNode

Class
Description:
A render node that represents a view.
Remarks:
See also: OnViewBegin(ViewNode).
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.RenderNode
    Autodesk.Revit.DB.ViewNode
Syntax
public class ViewNode : RenderNode
ViewNode Class Members:
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity. (Inherited from RenderNode ) RenderNode
LevelOfDetail The level of detail the view is going to be rendered at.
NodeName A readable name of the output node. (Inherited from RenderNode ) RenderNode
ViewId The Id of the view element.
Name Description Inherited From
Dispose (Inherited from RenderNode ) RenderNode
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetCameraInfo Information about the observation point (the camera) of the view.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object