AssemblyInstance.GetMemberIds Method

AssemblyInstanceGetMemberIds Method

Gets member element ids for the assembly instance.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ICollection<ElementId> GetMemberIds()
Public Function GetMemberIds As ICollection(Of ElementId)
public:
ICollection<ElementId^>^ GetMemberIds()
member GetMemberIds : unit -> ICollection<ElementId> 

Return Value

ICollectionElementId
Element ids for the members of the assembly instance.
See Also