<Code Lib>
2022 Constructor
Changes 1
C

ElementIdSetFilter()

Description:
Constructs a new instance of a filter wrapping a set of elements.

public ElementIdSetFilter(
	ICollection<ElementId> idsToInclude
)

  • ICollection<ElementId>
    idsToInclude
    The ids.

Loading…