GetMemberIds Method


Assembly Instance Get Member Ids 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()

Return Value

ICollection ElementId
Element ids for the members of the assembly instance.
See Also