Share

CustomExporter.IsRenderingSupported Method

Checks if view rendering is currently supported in the running instance of Revit.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static bool IsRenderingSupported()

Return Value

Boolean
Returns True if rendering is currently supported, False otherwise.

Remarks

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

Reference

Was this information helpful?