RVTDocs.com

ReferenceIntersector.SetFilter

Method
Description:
Sets the ElementFilter used in intersection testing.
Syntax
public void SetFilter(
	ElementFilter filter
)
Parameters
Parameter Type Description
filter ElementFilter The ElementFilter. Pass <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LST41C85DEB_1"></span></span> to remove the existing filter.
Return Value