2027 Constructor
Changes 0
C

ElementLevelFilter(ElementId, Boolean)

Description:
Constructs a new instance of an ElementLevelFilter, with the option to match all elements not associated to the given level id.
Overloads (2):
ElementLevelFilter(ElementId,Boolean)
public ElementLevelFilter(
	ElementId levelId,
	bool inverted
)
  • levelId
    The id of the level that will be matched to elements' associated level.
  • Boolean
    inverted
    True if the filter should match all elements not associated to the given level.