2027 Method
Changes 0
M

AssemblyInstance.RemoveMemberIds

Description:
Removes member element ids from the assembly instance.
public void RemoveMemberIds(
	ICollection<ElementId> memberIds
)
  • ICollection<ElementId>
    memberIds
    Element ids to be removed from the assembly instance.
  • One or more element ids was not permitted to be removed from the assembly instance. Provided set should not be empty and all elements should be a member of the assembly instance. -or- The provided set includes one or more element ids that cannot be added to or removed from the assembly on their own.
  • A non-optional argument was null