Revit 2025 API
Revit |
Determines whether the link has changes to shared positioning that could
be saved.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HasSaveablePositions()
Public Function HasSaveablePositions As Boolean
public: bool HasSaveablePositions()
member HasSaveablePositions : unit -> bool
Return Value
BooleanTrue if the link has shared positioning changes which can be saved. False if there are no changes to shared coordinates, or if the changes cannot be saved.
See Also