Hello,
I would like to know the possibility of incrementing custom iproperty parameter value.
Let say, i had created custom iproperty by name "increment" and set the value to "01" initially.
Now, I have to write a ilogic code in such a way that, whenever if i make any parameter change/geometry change, custom iproperty have to increment the value like "01,02,03,04 and so on".
Please let me know how to do this.
Caution.. I'm not good at this.. But it works.
INCREMENTCurrent = iProperties.Value("Custom", "INCREMENT") INCREMENTNew = INCREMENTCurrent + 1 iProperties.Value("Custom", "INCREMENT") = INCREMENTNew
I found this really helpful for me, but the problem is that when I save .idw and open it again, all numbers change to the last value. Is there some solution which should I add to the current code?
Can't find what you're looking for? Ask the community or share your knowledge.