Adds member element ids for the assembly instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2012
Syntax
C# |
---|
public void AddMemberIds(
ICollection<ElementId> memberIds
) |
Visual Basic |
---|
Public Sub AddMemberIds ( _
memberIds As ICollection(Of ElementId) _
) |
Visual C++ |
---|
public:
void AddMemberIds(
ICollection<ElementId^>^ memberIds
) |
Parameters
- memberIds
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>
Element ids to be added to the assembly instance.
Exceptions
See Also