[Ironpython-users] How to find the location(full path) of .dll file Referenced in clr.AddReference

2017-08-17 Thread Santhosh M
Hi Members, I am starting to learn Ironpython for customization of an existing CAE software. I have a basic question I am referencing some assembly .dlls like below clr.AddReference("System") clr.AddReference("Ans.Utilities") , this is specific to software that I am planning to customize. the

[Ironpython-users] What is Iron Python's version of ItemAt.AtNo and ItemAt.AtIndex?

2017-08-17 Thread Didier Bernard
Hello, I have a piece of C# code which I would like to convert to Iron Python. This is the C# line which I do not know who to convert: object.GetVolume(indexInt, ItemAt.AtNo); There is also a similar C# line with the following second paramater: object.GetVolume2(indexInt, ItemAt.AtIndex); T