Re: [Ironpython-users] COM Interop argument convert error

2012-01-25 Thread Kamu
ronPython treats ref/out parameters a bit differently than VBA > does. > > - Jeff > > On Tue, Jan 24, 2012 at 8:06 PM, Kamu wrote: >> Hi All, >> >> Having a problem passing 'None' to a COM Interop method that can >> accept 'Nothing' (in VBA)

[Ironpython-users] COM Interop argument convert error

2012-01-24 Thread Kamu
Station's active settings. StartPoint A Point3d expression. EndPoint A Point3d expression. --- My basic understanding is that it is trying to convert None into an 'Element' object, but is unable to do so. Is there a way around this? Thanks, Kamu _