OptionalFunctionalityUtils.IsShapeImporterAvailable Method

OptionalFunctionalityUtilsIsShapeImporterAvailable Method

Checks whether the ShapeImporter functionality and Material Library are available in the installed Revit.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsShapeImporterAvailable()
Public Shared Function IsShapeImporterAvailable As Boolean
public:
static bool IsShapeImporterAvailable()
static member IsShapeImporterAvailable : unit -> bool 

Return Value

Boolean
True if the ShapeImporter functionality and Material Library are available in the installed Revit.
See Also