Bexel Manager API Documentation
|
Represents a single source of Bexel.Api.Elements. More...
Public Member Functions | |
bool | Equals (ElementSource other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (ElementSource left, ElementSource right) |
static bool | operator!= (ElementSource left, ElementSource right) |
Properties | |
override bool | IsValid [get] |
Project | Project [get] |
Returns the project in which the element source resides. More... | |
ElementSourceID | ID [get] |
Returns a unique identifier for the element source within a single project. More... | |
string | Name [get] |
Returns the name of the element source. More... | |
string | FilePath [get] |
Returns the path of the external resource (e.g. an IFC file) from which this element source is created. More... | |
ElementSourceElements | Elements [get] |
Returns a collection of all elements that are contained within the element source. More... | |
ElementSourceProperties | Properties [get] |
Returns a collection of all properties that are contained within the element source. 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 source of Bexel.Api.Elements.
Sources are generated from external resources such as IFC files while creating or updating a Bexel.Api.Project. One Bexel.Api.Project may contain multiple sources.
|
get |
Returns a collection of all elements that are contained within the element source.
|
get |
Returns the path of the external resource (e.g. an IFC file) from which this element source is created.
|
get |
Returns a unique identifier for the element source within a single project.
|
get |
Returns the name of the element source.
|
get |
Returns the project in which the element source resides.
|
get |
Returns a collection of all properties that are contained within the element source.