GenericForm.Subcategory Property

GenericFormSubcategory Property

The subcategory.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Category Subcategory { get; set; }
Public Property Subcategory As Category
	Get
	Set
public:
property Category^ Subcategory {
	Category^ get ();
	void set (Category^ value);
}
member Subcategory : Category with get, set

Property Value

Category
Remarks
The subcategory can be set to either the family category or one of its subcategories.
See Also