Share

Application.NewCategorySet Method

Creates a new instance of a set specifically for holding category objects.


Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public CategorySet NewCategorySet()

Return Value

CategorySet
A new instance of a Category Set.

Remarks

This type of set is used during the creation of instance and type bindings.

See Also

Reference

Was this information helpful?