|
Bexel Manager API Documentation
|
Represents a single MEP system which groups one or many Bexel.Api.Elements. More...
Public Member Functions | |
| bool | Equals (ElementSystem other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (ElementSystem left, ElementSystem right) |
| static bool | operator!= (ElementSystem left, ElementSystem right) |
Properties | |
| override bool | IsValid [get] |
| Project | Project [get] |
| Returns the project in which the element system resides. More... | |
| ElementSystemID | ID [get] |
| Returns a unique identifier for the element system within a single project. More... | |
| ElementSystemType | Type [get] |
| Returns the type of the element system. More... | |
| string | Name [get] |
| Returs the name of the element system. More... | |
| ElementSystemElements | Elements [get] |
| Returns a collection of all elements that are contained within the element system. More... | |
| ElementSystemProperties | Properties [get] |
| Returns a collection of all properties that are contained within the element system. More... | |
Properties inherited from Bexel.Api.ApiObject | |
| abstract bool | IsValid [get] |
| Indicates if the API object is valid or not. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Bexel.Api.ApiObject | |
| virtual void | CheckValidity () |
Represents a single MEP system which groups one or many Bexel.Api.Elements.
|
get |
Returns a collection of all elements that are contained within the element system.
|
get |
Returns a unique identifier for the element system within a single project.
|
get |
Returs the name of the element system.
|
get |
Returns the project in which the element system resides.
|
get |
Returns a collection of all properties that are contained within the element system.
|
get |
Returns the type of the element system.