Share

SaveModifiedLinksOptionsForUnloadLocally Enumeration

Class giving options when saving linked files which are unloaded locally and have been modified in-memory by shared coordinates operations.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum SaveModifiedLinksOptionsForUnloadLocally

Members

Member nameValueDescription
DoNotSaveLinks1 Any modified linked files will not be saved. The links will return to their previous position the next time the file is loaded.
SaveLinks0 Any modified linked files will be saved.

See Also

Reference

Was this information helpful?