RVTDocs.com
Namespace: Autodesk.Revit.DB Class: TypeBinding

TypeBinding(CategorySet)

Constructor
Description:
Constructs a type binding with the set of categories passed.
Remarks:
Categories can be set or changed at a later time by using the Categories property of this object.
Syntax
public TypeBinding(
	CategorySet categories
)
Parameters
Parameter Type Description
categories CategorySet
Return Value