GetElementsWithOpenConnector Method


Design To Fabrication Converter Get Elements With Open Connector Method

Gets the set of fabrication part or MEP design element identifiers with open connectors, caused by fittings failing to convert.

Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ISet<ElementId> GetElementsWithOpenConnector()

Return Value

ISet ElementId
Remarks
This set of element identifiers is only available after the Convert method has been invoked, and returns DesignToFabricationConverterResult::Enum::PartialFailure.
See Also