Revit 2025 API
Element |
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.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementOwnerViewFilter( ElementId viewId, bool inverted )
Public Sub New ( viewId As ElementId, inverted As Boolean )
public: ElementOwnerViewFilter( ElementId^ viewId, bool inverted )
new : viewId : ElementId * inverted : bool -> ElementOwnerViewFilter
Parameters

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also