0

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

user3433489
  • 911
  • 2
  • 10
  • 24

1 Answers1

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