overall api reference
yythe1
Forums
Hi, is there a PDF or some website that contains all the API reference?
like this sequence:
Try
client = New Idea.IdeaClient
client.RunThroughVisualScript = True
db = client.OpenDatabase(dbName)
Catch ex As Exception
Where is there a reference for the db object methods for example? That's just an example, but I'm talking about overall API reference.
Thanks
I take it you are refering to
I take it you are refering to using the IDEA Object in Python?