Bexel Manager API Documentation
Bexel.Api.ElementSystem Class Reference

Represents a single MEP system which groups one or many Bexel.Api.Elements. More...

Inheritance diagram for Bexel.Api.ElementSystem:
Bexel.Api.ApiObject IEquatable

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 ()
 

Detailed Description

Represents a single MEP system which groups one or many Bexel.Api.Elements.

Property Documentation

◆ Elements

ElementSystemElements Bexel.Api.ElementSystem.Elements
get

Returns a collection of all elements that are contained within the element system.

◆ ID

ElementSystemID Bexel.Api.ElementSystem.ID
get

Returns a unique identifier for the element system within a single project.

◆ Name

string Bexel.Api.ElementSystem.Name
get

Returs the name of the element system.

◆ Project

Project Bexel.Api.ElementSystem.Project
get

Returns the project in which the element system resides.

◆ Properties

ElementSystemProperties Bexel.Api.ElementSystem.Properties
get

Returns a collection of all properties that are contained within the element system.

◆ Type

ElementSystemType Bexel.Api.ElementSystem.Type
get

Returns the type of the element system.