Gets member element ids for the assembly instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ICollection<ElementId> GetMemberIds()
Return Value
ICollection<ElementId>
Element ids for the members of the assembly instance.
See Also
Reference