Represents a single source of Bexel.Api.Elements.
More...
|
bool | Equals (ElementSource other) |
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
|
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.
◆ Elements
Returns a collection of all elements that are contained within the element source.
◆ FilePath
string Bexel.Api.ElementSource.FilePath |
|
get |
Returns the path of the external resource (e.g. an IFC file) from which this element source is created.
◆ ID
Returns a unique identifier for the element source within a single project.
◆ Name
string Bexel.Api.ElementSource.Name |
|
get |
Returns the name of the element source.
◆ Project
Project Bexel.Api.ElementSource.Project |
|
get |
Returns the project in which the element source resides.
◆ Properties
Returns a collection of all properties that are contained within the element source.