IBindingObjectParamValues

Assembly: System;

Description

The IBindingObjectParamValues interface contains properties and methods that are used to determine the list of parameters for parametric dictionary.

Inheritance Hierarchy

IBindingObjectParamValues

Comments

The collection of parameters is available in the IBindingDimCombo.ParamValues property.

Properties

  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.

Methods

  Method name Brief description
Clear The Clear method removes all elements from parameters list.

See also:

System Assembly Interfaces