CMcF
Mechanical
- May 28, 2003
- 149
I am trying to modify an API that adds custom property data to
parts. I use :-
For m = 0 To 3
retval = Part.AddCustomInfo3("", MyProp(0, m), 30, MyProp(1, m))
Next m
Which works if the custom property did not previously exist. What do I have to do overwrite an existing value?
parts. I use :-
For m = 0 To 3
retval = Part.AddCustomInfo3("", MyProp(0, m), 30, MyProp(1, m))
Next m
Which works if the custom property did not previously exist. What do I have to do overwrite an existing value?