RevitLinkOperations
This class is used to extend the IExternalResourceServer interface with methods to support operations specifically related to Revit links.
The class owns single-method interfaces which are used as callbacks to perform specific operations on Revit link external resources.
An empty RevitLinkOperations instance is passed to an IExternalResourceServer (inside an ExternalResourceServerExtensions object) via the GetTypeSpecificServerOperations method. The server provider can then add their own implemented interface objects to the RevitLinkOperations, thus making them available to Revit to use as callbacks.
Supporting these additional, type-specific operations is not absolutely required, but is strongly recommended in order for users to be able to perform all the same operations they would with locally-accessed Revit links.
System.Object
Autodesk.Revit.DB.LinkOperations
Autodesk.Revit.DB.RevitLinkOperations
public class RevitLinkOperations : LinkOperations
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| SetGetLocalPathForOpenCallback(IGetLocalPathForOpenCallback) | None | Sets the IGetLocalPathForOpenCallback that will support the "Open (and Unload)" command for Revit links obtained from an IExternalResourceServer. | |
| Dispose() | None | Releases all resources used by the | LinkOperations |
| SetOnLocalLinkSharedCoordinatesSavedCallback(IOnLocalLinkSharedCoordinatesSavedCallback) | None | Sets the callback that will be called when the Revit user saves new shared coordinate settings to a linked document obtained from an IExternalResourceServer. | LinkOperations |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | LinkOperations |