2027 Method
Changes 0
M

SteelElementProperties.AddFabricationInformationForRevitElements

Description:
This method adds fabrication information to the given elements.
Remarks:
You can add fabrication information to connections, beams, columns, braces, walls, floors and foundations.
public static IList<ElementId> AddFabricationInformationForRevitElements(
	Document aDoc,
	IList<ElementId> elementIds
)
  • aDoc
    Document containing the given elements ids.
  • IList<ElementId>
    elementIds
    Ids of the elements to which we want to add fabrication information.
Return Value IList<ElementId> Ids of the elements for which we couldn't add fabrication information.