Numbering
|
Gets a list of categories that can be used for a numbering.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public static ICollection<ElementId> GetValidCategoriesForNumbering(
Document document
)
Parameters
- document Document
- The document where the elements will be numbered.
Return Value
ICollection ElementIdThe IDs of all valid categories.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |