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