OK, I can answer my own question... forgot the brackets after the method
call:

intensity_current_array = capture.getY

should be

intensity_current_array = capture.getY()

doh!
-- 
View this message in context: 
http://www.nabble.com/How-to-return-dynamic-length-array-from-c--method-tp23634241p23643417.html
Sent from the IronPython mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to