NumberingSchemaGetUseBuiltInMatchingForCategories Method |
Get the set of categories where the built-in matching criteria is used.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic ISet<ElementId> GetUseBuiltInMatchingForCategories()
Public Function GetUseBuiltInMatchingForCategories As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetUseBuiltInMatchingForCategories()
member GetUseBuiltInMatchingForCategories : unit -> ISet<ElementId>
Return Value
ISetElementId
Returns the set of categories that have built-in matching enabled for this schema.
See Also