FamilyFamilyCategory Property |
Retrieves or sets a Category object that represents the category or sub category in which the elements
( this family could generate ) reside.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic Category FamilyCategory { get; set; }
Public Property FamilyCategory As Category
Get
Set
public:
property Category^ FamilyCategory {
Category^ get ();
void set (Category^ value);
}
member FamilyCategory : Category with get, set
Property Value
Category
Exceptions
RemarksAll category objects can be retrieved from the application by using the Categories property
of the Application.Settings object.
See Also