ElementFilter.PassesFilter(Document, ElementId)
Description:
Applies the filter to a given element.
Applies the filter to a given element.
Overloads (2):
PassesFilter(Document,ElementId)
-
documentThe document.
-
idThe element id.
Return Value
bool
True if the element is accepted by the filter. False if the element is rejected.
-
A non-optional argument was NULL
No comments yet. Start the discussion.
Loading…