OnLocalLinkSharedCoordinatesSaved Method


Revit will call this method whenever shared coordinates changes are saved to a linked document provided by an IExternalResourceServer. This call is a notification to the server provider that one of their Revit or DWG links has changed locally, and they should upload the new version back to their server.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2015

Syntax

C#
void OnLocalLinkSharedCoordinatesSaved(
	ExternalResourceReference changedResource
)
Visual Basic
Sub OnLocalLinkSharedCoordinatesSaved ( _
	changedResource As ExternalResourceReference _
)
Visual C++
void OnLocalLinkSharedCoordinatesSaved(
	ExternalResourceReference^ changedResource
)

Parameters

changedResource
Type: Autodesk.Revit.DBExternalResourceReference
The ExternalResourceReference whose shared coordinates have been saved.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →