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

user3433489
- 911
- 2
- 10
- 24
1 Answers
0
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.

user3433489
- 911
- 2
- 10
- 24