Lets say I have a filter, with properties “a” and “b”, both ints
And for some values of “a”, “b” is fixed and set by filter.
For example, for a = 1, b is always 5
So, if i write from Python:
And then
f.a = 1 (here filter should define b itself, and )
f.b should be set to 5,
but will it be seen in filter before f.UpdatePropertyInformation() is explicitly called?
Are there any ways to make these updates automatically by specifying some commands in XML?