NumberingSchemaGetValidCategoriesForNumbering Method |
Gets a list of categories that can be used for a numbering.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static ICollection<ElementId> GetValidCategoriesForNumbering(
Document document
)
Public Shared Function GetValidCategoriesForNumbering (
document As Document
) As ICollection(Of ElementId)
public:
static ICollection<ElementId^>^ GetValidCategoriesForNumbering(
Document^ document
)
static member GetValidCategoriesForNumbering :
document : Document -> ICollection<ElementId> Parameters
- document Document
-
The document where the elements will be numbered.
Return Value
ICollectionElementId
The IDs of all valid categories.
Exceptions
See Also