Revit 2025.3 API
Steel |
Namespace: Autodesk.Revit.DB.Steel
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<ElementId> AddFabricationInformationForRevitElements( Document aDoc, IList<ElementId> elementIds )
Public Shared Function AddFabricationInformationForRevitElements ( aDoc As Document, elementIds As IList(Of ElementId) ) As IList(Of ElementId)
public: static IList<ElementId^>^ AddFabricationInformationForRevitElements( Document^ aDoc, IList<ElementId^>^ elementIds )
static member AddFabricationInformationForRevitElements : aDoc : Document * elementIds : IList<ElementId> -> IList<ElementId>
Parameters
Return Value
IListElementIdSee Also