Restores the workshared load status of a link that has been unloaded only for the current user,
in a local copy of a workshared model.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2016 Subscription Update
Syntax
Return Value
The link's LinkedFileStatus that has resulted from reverting the local unloaded status.
Remarks
Exceptions
Exception | Condition |
---|
Autodesk.Revit.Exceptions..::..FileAccessException |
The model cannot be accessed due to lack of access privileges.
|
Autodesk.Revit.Exceptions..::..ForbiddenForDynamicUpdateException |
The element "this RevitLinkType" is in a ducument which is in dynamic update.
|
Autodesk.Revit.Exceptions..::..InvalidOperationException |
The element "this RevitLinkType" is in a document which is in an edit mode or is in family mode.
-or-
The element "this RevitLinkType" is in a read-only document.
-or-
This functionality is not available in Revit LT.
-or-
The element "this RevitLinkType" is in non-workshared document.
-or-
The element "this RevitLinkType" is not in a local model: the model is not workshared or it is central.
-or-
This RevitLinkType is not a top-level link.
-or-
The link is not locally unloaded.
-or-
There is a transaction phase left open (such as a transaction, sub-transaction of transaction group)
at the time of invoking this method.
|
See Also