RVTDocs.com
Namespace: Autodesk.Revit.DB

CADLinkOperations

Class
Description:
This class is used to extend the IExternalResourceServer interface with methods to support operations specifically related to DWG links.
Remarks:

The class owns single-method interfaces which are used as callbacks to perform specific operations on DWG link external resources.

An empty CADLinkOperations 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 CADLinkOperations, 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 links.

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.LinkOperations
    Autodesk.Revit.DB.CADLinkOperations
Syntax
CADLinkOperations Class Members:
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity. (Inherited from LinkOperations ) LinkOperations
Name Description Inherited From
Dispose (Inherited from LinkOperations ) LinkOperations
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
SetOnLocalLinkSharedCoordinatesSavedCallback Sets the callback that will be called when the Revit user saves new shared coordinate settings to a linked document obtained from an IExternalResourceServer. (Inherited from LinkOperations ) LinkOperations
ToString Returns a string that represents the current object. (Inherited from Object ) Object