NumberingSchemaGetValidCategoriesForNumbering Method

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)
Syntax
public static ICollection<ElementId> GetValidCategoriesForNumbering(
	Document document
)

Parameters

document  Document
The document where the elements will be numbered.

Return Value

ICollectionElementId
The IDs of all valid categories.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also