SteelElementProperties.AddFabricationInformationForRevitElements Method

SteelElementPropertiesAddFabricationInformationForRevitElements Method


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

aDoc  Document
 
elementIds  IListElementId
 

Return Value

IListElementId
See Also