2027 Method
Changes 8
M

NumberingSchema.FilterCompatibleOutputParameters

Description:
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
)
  • document
    Revit Document.
  • parameters
    # Parameters to evaluate
  • ISet<ElementId>
    categories
    Set of categories for the parameter.
  • filterId
    Filter 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.