Value: Variant;
The Value property determines compared value.
To set compared attribute, use the IMsDimIteratorAdvancedFilterCondition.Attribute property.
To set comparison operator, use the IMsDimIteratorAdvancedFilterCondition.Operator_ property. Take into account features of working with the following operators:
MsAdvancedFilterConditionOperator.Between. An array of two elements must be specified as a value.
MsAdvancedFilterConditionOperator.In. An array of elements must be specified as a value.
To set compared value as parameter, use the IMsDimIteratorAdvancedFilterCondition.ParamAttributes property.
The property use is given in the example for IMsDimIteratorFilter.AdvancedFilter.
See also: