OptionalFunctionalityUtilsIsAXMImportLinkAvailable Method

Note: This API is now obsolete.

Checks whether the AXM Import/Link functionality is available in the installed Revit.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
[ObsoleteAttribute("This method is deprecated in Revit 2027 and may be removed in a later version of Revit.")]
public static bool IsAXMImportLinkAvailable()

Return Value

Boolean
True if the AXM Import/Link functionality is available in the installed Revit.
Remarks
AXM Import/Link is optional functionality that does not have to be part of the Revit installation.
See Also