IDL equivalent of python's dir()

48 views Asked by At

In python, dir(X) will list the attributes and methods of object X. Is there something similar for an IDL object?

1

There are 1 answers

0
user3433489 On BEST ANSWER

I couldn't find a command. But in the IDE command line, typing "x." and then hovering your mouse over it will show you what attributes and functions are associated with it.