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.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.OptionalFunctionalityUtils
System.Object
Autodesk.Revit.DB.OptionalFunctionalityUtils
public static class OptionalFunctionalityUtils
| Name | Return Type | Description |
|---|---|---|
| Is3DMImportLinkAvailable() | Boolean | Checks whether the 3DM Import/Link functionality is available in the installed Revit. |
| IsAXMImportLinkAvailable() | Boolean | Obsolete. Checks whether the AXM Import/Link functionality is available in the installed Revit. |
| IsDGNExportAvailable() | Boolean | Checks whether the DGN Export functionality is available in the installed Revit. |
| IsDGNImportLinkAvailable() | Boolean | Checks whether the DGN Import/Link functionality is available in the installed Revit. |
| IsDWFExportAvailable() | Boolean | Checks whether the DWF/DWFx Export functionality is available in the installed Revit. |
| IsDWGExportAvailable() | Boolean | Checks whether the DWG Export functionality is available in the installed Revit. |
| IsDWGImportLinkAvailable() | Boolean | Checks whether the DWG Import/Link functionality is available in the installed Revit. |
| IsDXFExportAvailable() | Boolean | Checks whether the DXF Export functionality is available in the installed Revit. |
| IsFBXExportAvailable() | Boolean | Checks whether the FBX Export functionality is available in the installed Revit. |
| IsGraphicsAvailable() | Boolean | Checks whether the graphics functionality is available to support display, print, and export functionality. |
| IsIFCAvailable() | Boolean | Checks whether IFC functionality is available in the installed Revit. |
| IsMaterialLibraryAvailable() | Boolean | Checks whether the Material Library is available in the installed Revit. |
| IsNavisworksExporterAvailable() | Boolean | Checks whether a Navisworks Exporter is available in the installed Revit. |
| IsOBJImportLinkAvailable() | Boolean | Checks whether the OBJ Import/Link functionality is available in the installed Revit. |
| IsSATImportLinkAvailable() | Boolean | Checks whether the SAT Import/Link functionality is available in the installed Revit. |
| IsShapeImporterAvailable() | Boolean | Checks whether the ShapeImporter functionality and Material Library are available in the installed Revit. |
| IsSKPImportLinkAvailable() | Boolean | Checks whether the SKP Import/Link functionality is available in the installed Revit. |
| IsSTEPImportLinkAvailable() | Boolean | Checks whether the STEP Import/Link functionality is available in the installed Revit. |
| IsSTLImportLinkAvailable() | Boolean | Checks whether the STL Import/Link functionality is available in the installed Revit. |