Returns the sum of the specified numerical parameter/value combination among the sibling configurations with a higher index.
double NextSiblingsParameterSum(string name; [string productTitle])
name |
The name of a parameter. |
productTitle |
Optional filter to only include configurations of the specified product. |
Example
NextSiblingsParameterSum("Length")
Returns sum of the double or integer attribute "Length" from all sibling configurations with a higher index.