GetConvertedFabricationParts Method


Design To Fabrication Converter Get Converted Fabrication Parts Method

Gets the set of element identifiers for newly created fabrication parts.

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

Return Value

ISet ElementId
Remarks
This set of element identifiers is only available after the Convert method has been invoked.
See Also