IndexOfCondition(Condition: IMsDimIteratorAdvancedFilterCondition): Integer;
Condition. Filtering condition.
The IndexOfCondition property returns the index of the specified condition in the advanced filter group.
To get the condition in the group by index, use the IMsDimIteratorAdvancedFilterConditionGroup.Item property.
To remove the condition from the group by index, use the IMsDimIteratorAdvancedFilterConditionGroup.RemoveCondition method.
See also: