Checks whether the data conversion service and Material Library are available.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsServiceAvailable()
Return Value
Boolean
True if the data conversion service and Material Library are available, false otherwise.
Remarks
ShapeImporter relies on optional data conversion functionality. This function checks whether it is available.
See Also
Reference