Bexel Manager API Documentation
|
Represents provider for a value which is aggregated over many elements (e.g. cost or quantity assigned to a group of elements). See also Bexel.Api.IAggregatedElementValueProviderExtender. More...
Public Member Functions | |
double | GetValue (IEnumerable< int > internalElementIDs) |
Returns an aggregated value for the specified elements. More... | |
Represents provider for a value which is aggregated over many elements (e.g. cost or quantity assigned to a group of elements). See also Bexel.Api.IAggregatedElementValueProviderExtender.
double Bexel.Api.IAggregatedElementValueProvider.GetValue | ( | IEnumerable< int > | internalElementIDs | ) |
Returns an aggregated value for the specified elements.
internalElementIDs | The collection of element internal ids. |
Implemented in Bexel.Api.Scheduling.TaskCost.