LinkOperations.SetOnLocalLinkSharedCoordinatesSavedCallback
Method
Description:
Sets the callback that will be called when the Revit user saves new shared coordinate settings to a linked document obtained from an IExternalResourceServer.
Sets the callback that will be called when the Revit user saves new shared coordinate settings to a linked document obtained from an IExternalResourceServer.
Syntax
public void SetOnLocalLinkSharedCoordinatesSavedCallback(
IOnLocalLinkSharedCoordinatesSavedCallback onLocalLinkSharedCoordinatesSaved
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| onLocalLinkSharedCoordinatesSaved | IOnLocalLinkSharedCoordinatesSavedCallback | An IOnLocalLinkSharedCoordinatesSavedCallback object that can respond when the user saves new shared coordinates to a Revit link document obtained from IExternalResourceServer. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |