ISaveSharedCoordinatesCallbackForUnloadLocally Interface

ISaveSharedCoordinatesCallbackForUnloadLocally Interface

An interface that is used to control Revit when trying to unload locally a Revit link with changes in shared coordinates.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public interface ISaveSharedCoordinatesCallbackForUnloadLocally
Public Interface ISaveSharedCoordinatesCallbackForUnloadLocally
public interface class ISaveSharedCoordinatesCallbackForUnloadLocally
type ISaveSharedCoordinatesCallbackForUnloadLocally = interface end

The ISaveSharedCoordinatesCallbackForUnloadLocally type exposes the following members.

Methods
 NameDescription
Public methodGetSaveModifiedLinksOptionForUnloadLocally Determines whether Revit should save the link or not prior to unloading the link locally.
Top
See Also