Revit 2025 API
External |
Contains utilities related to external resource server.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
The ExternalResourceServerUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| IsValidShortName | Checks whether the name is a valid short name for the external resource server. | |
| ServerSupportsAssemblyCodeData | Checks that the server referenced by the given ExternalResourceReference supports AssemblyCodeData. | |
| ServerSupportsCADLinks | Checks that the server referenced by the given ExternalResourceReference supports CAD links. | |
| ServerSupportsIFCLinks | Checks that the server referenced by the given ExternalResourceReference supports IFC links. | |
| ServerSupportsKeynotes | Checks that the server referenced by the given ExternalResourceReference supports KeynoteTable data. | |
| ServerSupportsRevitLinks | Checks that the server referenced by the given ExternalResourceReference supports Revit links. |
See Also