OptionalFunctionalityUtils
Description:
A collection of utilities that can be used to determine if a particular set of functionality is installed and available.
A collection of utilities that can be used to determine if a particular set of functionality is installed and available.
public static class OptionalFunctionalityUtils
| Name | Return Type | Description |
|---|---|---|
| IsDGNExportAvailable() | bool | Checks whether the DGN Export functionality is available in the installed Revit. |
| IsDGNImportLinkAvailable() | bool | Checks whether the DGN Import/Link functionality is available in the installed Revit. |
| IsDWFExportAvailable() | bool | Checks whether the DWF/DWFx Export functionality is available in the installed Revit. |
| IsDWGExportAvailable() | bool | Checks whether the DWG Export functionality is available in the installed Revit. |
| IsDWGImportLinkAvailable() | bool | Checks whether the DWG Import/Link functionality is available in the installed Revit. |
| IsDXFExportAvailable() | bool | Checks whether the DXF Export functionality is available in the installed Revit. |
| IsFBXExportAvailable() | bool | Checks whether the FBX Export functionality is available in the installed Revit. |
| IsGraphicsAvailable() | bool | Checks whether the graphics functionality is available to support display, print, and export functionality. |
| IsIFCAvailable() | bool | Checks whether IFC functionality is available in the installed Revit. |
| IsNavisworksExporterAvailable() | bool | Checks whether a Navisworks Exporter is available in the installed Revit. |
| IsPDFImportAvailable() | bool | Checks whether PDF import is available in the installed Revit. |
| IsSATImportLinkAvailable() | bool | Checks whether the SAT Import/Link functionality is available in the installed Revit. |
| IsShapeImporterAvailable() | bool | Checks whether the ShapeImporter functionality is available in the installed Revit. |
| IsSKPImportLinkAvailable() | bool | Checks whether the SKP Import/Link functionality is available in the installed Revit. |