|
Bexel Manager API
|
Represents an Bexel.Api.Element category, such as Wall or Beam. More...
Properties | |
| Project | Project [get] |
| Returns the project in which the category resides. More... | |
| CategoryID | ID [get] |
| Returns a unique identifier for the category within a single project. More... | |
| CategoryType | Type [get] |
| Returns the type of the category. More... | |
| string | Name [get] |
| Returns the name of the category. More... | |
| string | NamePlural [get] |
| Returns the name of the category in plural form. More... | |
| CategoryFamilies | Families [get] |
| Returns a collection of all families that are contained within the category. More... | |
| CategoryElements | Elements [get] |
| Returns a collection of all elements that are contained within the category. More... | |
Properties inherited from Bexel.Api.ApiObject | |
| abstract bool | IsValid [get] |
| Indicates if the API object is valid or not. More... | |
Represents an Bexel.Api.Element category, such as Wall or Beam.
|
get |
Returns a collection of all elements that are contained within the category.
|
get |
Returns a collection of all families that are contained within the category.
|
get |
Returns a unique identifier for the category within a single project.
|
get |
Returns the name of the category.
|
get |
Returns the name of the category in plural form.
|
get |
Returns the project in which the category resides.
|
get |
Returns the type of the category.