Revit 2025.3 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: 25.3.0.0 (25.3.0.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