FilterCompatibleOutputParameters Method


Numbering Schema Filter Compatible Output Parameters Method

Returns the subset of input parameters that are valid as numbering output parameters for the specified categories or filter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static ISet<NumberingParameter> FilterCompatibleOutputParameters(
	Document document,
	ISet<NumberingParameter> parameters,
	ISet<ElementId> categories,
	ElementId filterId
)

Parameters

document Document
Revit Document.
parameters ISet NumberingParameter
# Parameters to evaluate
categories ISet ElementId
Set of categories for the parameter.
filterId ElementId
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.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →