Revit 2026 API
Shape |
Checks whether the data conversion service and Material Library are available.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsServiceAvailable()
Public Shared Function IsServiceAvailable As Boolean
public: static bool IsServiceAvailable()
static member IsServiceAvailable : unit -> bool
Return Value
BooleanTrue if the data conversion service and Material Library are available, false otherwise.
ShapeImporter relies on optional data conversion functionality. This function checks whether it is available.
See Also