NumberingSchemaFilterCompatibleOutputParameters 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  ISetNumberingParameter
# Parameters to evaluate
categories  ISetElementId
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

ISetNumberingParameter
Returns true if the parameter can be a numbering output parameter for the input categories.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also