NumberingSchema.FilterCompatibleOutputParameters
Description:
Returns the subset of input parameters that are valid as numbering output parameters for the specified categories or filter.
Returns the subset of input parameters that are valid as numbering output parameters for the specified categories or filter.
public static ISet<NumberingParameter> FilterCompatibleOutputParameters(
Document document,
ISet<NumberingParameter> parameters,
ISet<ElementId> categories,
ElementId filterId
)
-
documentRevit Document.
-
ISet<NumberingParameter>parameters# Parameters to evaluate
-
ISet<ElementId>categoriesSet of categories for the parameter.
-
filterIdFilter that determines that will determine the scope. If a valid filterId is provided the categories are ignored.
Return Value
ISet<NumberingParameter>
Returns true if the parameter can be a numbering output parameter for the input categories.
-
A non-optional argument was null