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