<Code Lib>
2026 Method
Changes 0
M

Categories.NewSubcategory

Description:
Add a new subcategory into the Autodesk Revit document.

public Category NewSubcategory(
	Category parentCategory,
	string name
)

  • parentCategory
    The parent category.
  • String
    name
    The new category name.
Return Value Category If successful, the newly created subcategory.

Loading…