Share

SteelElementProperties.AddFabricationInformationForRevitElements Method

This method adds fabrication information to the given elements.


Namespace: Autodesk.Revit.DB.Steel
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static IList<ElementId> AddFabricationInformationForRevitElements(
	Document aDoc,
	IList<ElementId> elementIds
)

Parameters

aDoc  Document
Document containing the given elements ids.
elementIds  IList<ElementId>
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.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

You can add fabrication information to connections, beams, columns, braces, walls, floors and foundations.

See Also

Reference

Was this information helpful?