ExtendedPropertiesBindingsAddCategory Method

Adds a category id to the bindings.

Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void AddCategory(
	ForgeTypeId categoryId
)

Parameters

categoryId  ForgeTypeId
Identifier of the category.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also