2024 Constructor
Changes 0
C

ElementOwnerViewFilter(ElementId, Boolean)

Description:
Constructs a new instance of a filter to match elements which are owned by a particular view, with the option to invert the filter and find elements not owned by the given view.
Overloads (2):
ElementOwnerViewFilter(ElementId,Boolean)
public ElementOwnerViewFilter(
	ElementId viewId,
	bool inverted
)
  • viewId
    The view id to match. Pass invalid element id to create a filter that will pass non-view-specific elements.
  • Boolean
    inverted
    True if the filter should match all elements which are not owned by the given view.