Numbering
|
Filters a set of categorie IDs to only does that are usable in numbering.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public static ISet<ElementId> FilterToNumberableCategories(
ISet<ElementId> categories,
Document document
)
Parameters
- categories ISet ElementId
- The categories to filter.
- document Document
- The document where the categories are located.
Return Value
ISet ElementId| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |