Hello,

How do I refer to an unnamed property (like the one on this page: http://www.gpsoft.com.au/help/opus11/index.html#!Documents/Scripting/Vars.htm)?

str(type(DOpus.vars))
or
str(type(DOpus.vars(0)))
gives me:
<class 'win32com.client.dynamic.CDispatch'>

I can access methods mentioned on the page without problems, but this default property is a mystery to me.

Maybe related: str(DOpus.vars(0)) does not work as well, but DOpus.vars.Get('SomeSetVariable') works OK.

TIA,

Regards,
Łukasz
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to