RVTDocs.com
Namespace: Autodesk.Revit.DB

ComponentRepeaterSlot

Class
Description:
Represents a slot that holds one repeated component in a component repeater.
Remarks:

Each slot can be in one of the following states:

  • Empty.
  • Occupied by an instance of the default family of the repeater that contains the slot.
  • Occupied by an instance of another family.
Initially, every occupied slot holds an instance of the default family of the repeater, based on the original element that was repeated.

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Element
    Autodesk.Revit.DB.ComponentRepeaterSlot
Syntax
public class ComponentRepeaterSlot : Element