2027 Class
Changes 0
C

ExternalResourceServerExtensions

Description:
An object that contains overrides for external resource-specific methods.
Remarks:

This class permits assignment of some specific operations related to a type of external resource, such as what to do when "Open (and Unload)" happens, or when "Shared Coordinates update" happens for Revit or CAD links.

There is no feedback to the UI server for ExternalResourceServerExtensions. Revit will use standard, common message dialogs to handle any error conditions.

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExternalResourceServerExtensions
public class ExternalResourceServerExtensions : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ExternalResourceServerExtensions
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetCADLinkOperations() CADLinkOperations Gets the specific methods supported by external resource CAD Links.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetRevitLinkOperations() RevitLinkOperations Gets the specific methods supported by the external resource of Revit Links.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.