DesignToFabricationConverter.GetConvertedFabricationPartsWithInvalidConnections Method

Gets the collection of converted fabrication parts with invalid connections.


Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public IDictionary<ElementId, ElementId> GetConvertedFabricationPartsWithInvalidConnections()

Return Value

IDictionary<ElementId, ElementId>

Remarks

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

See Also

Reference

DesignToFabricationConverter Class
Autodesk.Revit.DB.Fabrication Namespace