<Code Lib>
2024 Constructor
Changes 0
C

ExclusionFilter()

Description:
Constructs a new instance of a filter to exclude elements automatically.

public ExclusionFilter(
	ICollection<ElementId> idsToExclude
)

  • ICollection<ElementId>
    idsToExclude
    The ids to exclude from the results.

Loading…