<Code Lib>
2027 Method
Changes 8
M

NumberingSchema.GetValidCategoriesForNumbering

Description:
Gets a list of categories that can be used for a numbering.

public static ICollection<ElementId> GetValidCategoriesForNumbering(
	Document document
)

  • document
    The document where the elements will be numbered.
Return Value ICollection<ElementId> The IDs of all valid categories.

Loading…