Revit 2025.3 API
Fabrication |
Get the set of element identifiers of fabrication part straights that were previously updated. If there were no straights were updated it will return an empty set of element identifiers.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ISet<ElementId> GetUpdatedStraightsFromValidateConnections()
Public Function GetUpdatedStraightsFromValidateConnections As ISet(Of ElementId)
public: ISet<ElementId^>^ GetUpdatedStraightsFromValidateConnections()
member GetUpdatedStraightsFromValidateConnections : unit -> ISet<ElementId>
Return Value
ISetElementIdReturns the set of element identifiers of fabrication part straights that were updated.

The set of element identifiers were created by calling ValidateConnectionsForAllFabricationParts with the option updateGapForStraights set to true.
See Also