ExtendedPropertiesBindingsAddCategory Method |
Adds a category id to the bindings.
Namespace: Autodesk.Revit.DB.ExternalDataAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void AddCategory(
ForgeTypeId categoryId
)
Public Sub AddCategory (
categoryId As ForgeTypeId
)
public:
void AddCategory(
ForgeTypeId^ categoryId
)
member AddCategory :
categoryId : ForgeTypeId -> unit Parameters
- categoryId ForgeTypeId
-
Identifier of the category.
Exceptions
See Also