Share

ExternalResourceServerUtils Class

Contains utilities related to external resource server.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.ExternalResourceServerUtils


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public static class ExternalResourceServerUtils

The ExternalResourceServerUtils type exposes the following members.

Methods

 NameDescription
Public methodStatic memberIsValidShortName Checks whether the name is a valid short name for the external resource server.
Public methodStatic memberServerSupportsAssemblyCodeData Checks that the server referenced by the given ExternalResourceReference supports AssemblyCodeData.
Public methodStatic memberServerSupportsCADLinks Checks that the server referenced by the given ExternalResourceReference supports CAD links.
Public methodStatic memberServerSupportsIFCLinks Checks that the server referenced by the given ExternalResourceReference supports IFC links.
Public methodStatic memberServerSupportsKeynotes Checks that the server referenced by the given ExternalResourceReference supports KeynoteTable data.
Public methodStatic memberServerSupportsRevitLinks Checks that the server referenced by the given ExternalResourceReference supports Revit links.

See Also

Reference

Was this information helpful?