Rebuild property

Hi!
Is it possible to change the properties Rebuild value and set it False or True via script?

I’ve tried

prop = comp.getProperty("MyProp")
prop.Rebuild=False

with no luck.

See vcProperty in the Python API help.
There is a ChangeOnRebuild property.

1 Like