Checks that the server referenced by the given ExternalResourceReference supports
IFC links.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2018
Syntax
| C# |
|---|
public static bool ServerSupportsIFCLinks( ExternalResourceReference extRef ) |
| Visual Basic |
|---|
Public Shared Function ServerSupportsIFCLinks ( _ extRef As ExternalResourceReference _ ) As Boolean |
| Visual C++ |
|---|
public: static bool ServerSupportsIFCLinks( ExternalResourceReference^ extRef ) |
Parameters
- extRef
- Type: Autodesk.Revit.DB..::..ExternalResourceReference
The ExternalResourceReference to check.
Return Value
True if the ExternalResourceReference refers to a server that supports IFC links. False otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |