Returns the sum of the specified numerical parameter/value combination among the child configurations.
double ChildrenParameterSum(string name; [string productTitle])
name |
The name of a parameter. |
productTitle |
Optional filter to only include configurations of the specified product. |
Example
ChildrenParameterSum("Length")
Returns the child configurations' sum of the double or integer attribute "Length".