Determines whether Revit should save the link, not save the link,
or discard shared positioning entirely.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
SaveModifiedLinksOptions GetSaveModifiedLinksOption(
RevitLinkType link
)
Parameters
- link RevitLinkType
-
The Revit link which has modified shared coordinates.
Return Value
SaveModifiedLinksOptions
The options when saving a linked file which has been modified
in-memory by shared coordinates operations.
See Also
Reference