Revit 2025.3 API
Fabrication |
Gets the set of fabrication parts that had failures due to either there was no corresponding part in the service, the size was out of range, or a connection could not be made.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ISet<ElementId> GetElementsThatFailed()
Public Function GetElementsThatFailed As ISet(Of ElementId)
public: ISet<ElementId^>^ GetElementsThatFailed()
member GetElementsThatFailed : unit -> ISet<ElementId>
Return Value
ISetElementId
This set of element identifiers is only available after the ChangeService or ChangeSize method has been invoked, and returns FabricationNetworkChangeServiceResult::Enum::PartialFailure.
See Also