Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The IBindingObjectParamValues interface contains properties and methods that are used to determine the list of parameters for parametric dictionary.
IBindingObjectParamValues
The collection of parameters is available in the IBindingDimCombo.ParamValues property.
| Property name | Brief description | |
| Count | The Count property returns the number of elements in the list of parameters. | |
| Item | The Item property determines the parameter value with the specified index. | |
| ItemDefined | The ItemDefined property determines whether parameter with the specified number is present in binding string. | |
| Value | The Value property determines parameter value with the specified identifier. | |
| ValueDefined | The ValueDefined property determines whether the parameter with the specified identifier is present in binding string. |
| Method name | Brief description | |
| Clear | The Clear method removes all elements from parameters list. |
See also: