[IronPython] How to return dynamic length array from c# method
men8th
timh at avacta.com
Wed May 20 22:58:24 CEST 2009
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.
More information about the Ironpython-users
mailing list