Revit 2018 API |
ISaveSharedCoordinatesCallbackForUnloadLocally..::..GetSaveModifiedLinksOptionForUnloadLocally Method |
ISaveSharedCoordinatesCallbackForUnloadLocally Interface See Also |
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: 18.0.0.0 (18.2.0.13)
Since:
2017
Syntax
C# |
---|
SaveModifiedLinksOptionsForUnloadLocally GetSaveModifiedLinksOptionForUnloadLocally( RevitLinkType link ) |
Visual Basic |
---|
Function GetSaveModifiedLinksOptionForUnloadLocally ( _ link As RevitLinkType _ ) As SaveModifiedLinksOptionsForUnloadLocally |
Visual C++ |
---|
SaveModifiedLinksOptionsForUnloadLocally GetSaveModifiedLinksOptionForUnloadLocally( RevitLinkType^ link ) |
Parameters
- link
- Type: Autodesk.Revit.DB..::..RevitLinkType
The Revit link which has modified shared coordinates.