AssemblyInstanceGetMemberIds Method |
Gets member element ids for the assembly instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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