<Code Lib>
2020 Method
Changes 0
M

ParameterFilterUtilities.GetInapplicableParameters

Description:
Returns the parameters that are not among the set of filterable parameters common to the given categories.

public static IList<ElementId> GetInapplicableParameters(
	Document aDoc,
	ICollection<ElementId> categories,
	IList<ElementId> parameters
)

Return Value IList<ElementId> A list of parameters from the given array that are not valid for use in a parameter filter with the given categories.

Loading…