Bexel Manager API Documentation
|
Provides a set of static overloads for specifying a group of elements for which the aggregated value is provided. More...
Static Public Member Functions | |
static double | GetValue (this IAggregatedElementValueProvider aggregatedElementValueProvider, IEnumerable< Element > elements) |
Returns an aggregated value for the specified elements. More... | |
static double | GetValue (this IAggregatedElementValueProvider aggregatedElementValueProvider, Element element) |
Returns an aggregated value for the specified element. More... | |
static double | GetValue (this IAggregatedElementValueProvider aggregatedElementValueProvider, IEnumerable< ElementID > elementIDs) |
Returns an aggregated value for the specified elements. More... | |
static double | GetValue (this IAggregatedElementValueProvider aggregatedElementValueProvider, ElementID elementID) |
Returns an aggregated value for the specified element. More... | |
static double | GetValue (this IAggregatedElementValueProvider aggregatedElementValueProvider, int internalElementID) |
Returns an aggregated value for the specified element. More... | |
static double | GetValue (this IAggregatedElementValueProvider aggregatedElementValueProvider) |
Returns an aggregated value. More... | |
Provides a set of static overloads for specifying a group of elements for which the aggregated value is provided.
|
static |
Returns an aggregated value for the specified elements.
aggregatedElementValueProvider | Represents Bexel.Api.IAggregatedElementValueProvider. |
elements | The collection of elements. |
|
static |
Returns an aggregated value for the specified element.
aggregatedElementValueProvider | Represents Bexel.Api.IAggregatedElementValueProvider. |
element | Represents Bexel.Api.Element |
|
static |
Returns an aggregated value for the specified elements.
aggregatedElementValueProvider | Represents Bexel.Api.IAggregatedElementValueProvider. |
elementIDs | The collection of element unique ids. |
|
static |
Returns an aggregated value for the specified element.
aggregatedElementValueProvider | Represents Bexel.Api.IAggregatedElementValueProvider. |
elementID | The element unique id. |
|
static |
Returns an aggregated value for the specified element.
aggregatedElementValueProvider | Represents Bexel.Api.IAggregatedElementValueProvider. |
internalElementID | The element internal id. |
|
static |
Returns an aggregated value.
aggregatedElementValueProvider | Represents Bexel.Api.IAggregatedElementValueProvider. |