GetSaveModifiedLinksOptionForUnloadLocally Method


ISave Shared Coordinates Callback For Unload Locally Get Save Modified Links Option For Unload Locally Method

Determines whether Revit should save the link or not prior to unloading the link locally.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
SaveModifiedLinksOptionsForUnloadLocally GetSaveModifiedLinksOptionForUnloadLocally(
	RevitLinkType link
)

Parameters

link RevitLinkType
The Revit link which has modified shared coordinates.

Return Value

SaveModifiedLinksOptionsForUnloadLocally
The saving option when unloading locally a linked file which has been modified in-memory by shared coordinates operations.
See Also