Namespace:
Autodesk.Revit.DB
SaveModifiedLinksOptionsForUnloadLocally
Enumeration
Description:
Class giving options when saving linked files which are unloaded locally and have been modified in-memory by shared coordinates operations.
Class giving options when saving linked files which are unloaded locally and have been modified in-memory by shared coordinates operations.
Syntax
public enum SaveModifiedLinksOptionsForUnloadLocally
Unknown Namespace Members:
| Name | Description |
|---|---|
| SaveLinks | Any modified linked files will be saved. |
| DoNotSaveLinks | Any modified linked files will not be saved. The links will return to their previous position the next time the file is loaded. |