NumberingSchemaSetUseBuiltInMatchingForCategories Method

Use the built-in matching criteria for a set of categories if one is available for a given category.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void SetUseBuiltInMatchingForCategories(
	ISet<ElementId> categories
)

Parameters

categories  ISetElementId
The set of categories to enable specialized built-in matching for.
Exceptions
ExceptionCondition
ArgumentException Not all the ids for the provided categories have built-in matching.
ArgumentNullException A non-optional argument was null
See Also