Revit 2026 API
Custom |
Checks if view rendering is currently supported in the running instance of Revit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsRenderingSupported()
Public Shared Function IsRenderingSupported As Boolean
public: static bool IsRenderingSupported()
static member IsRenderingSupported : unit -> bool
Return Value
BooleanReturns True if rendering is currently supported, False otherwise.
A typical reason for rendering not being enabled is when rendering and material
libraries are not currently available in the installed copy of Revit.
See Also