SteelElementPropertiesAddFabricationInformationForRevitElements Method |
Namespace: Autodesk.Revit.DB.SteelAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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