complaw@hal-pc.org writes:
 > ... "manage_addProperty" does not work with selection in Python Script ...
The following Python Script works fine for me:
    context.dd.manage_addProperty('new_property','selvar','selection')
"selvar" in this case is a token property acquired by "context.dd".
Dieter