Revit 2026 API
Steel |
Namespace: Autodesk.Revit.DB.Steel
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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