<Code Lib>
2025 Method
Changes 0
M

ComponentRepeaterSlot.IsTypeValidForSlot

Description:
Determines whether instance of given family type can be used in the component repeater slot.

public bool IsTypeValidForSlot(
	ElementId typeId
)

  • typeId
    The element id of the type.
Return Value Boolean True if the family type can be used in the component repeater slot.

Loading…