Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Inventor API calls list

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
MetalH34d
1046 Views, 4 Replies

Inventor API calls list

Hi,

 

Searching these forums forums & the web, I've found things like:

 

Dim odoc As Document
Dim ocompdef As ComponentDefinition
odoc = ThisApplication.ActiveDocument
ocompdef = odoc.ComponentDefinition

 

And

 

ActiveSheet.View("VIEW1").ScaleString

ActiveSheet.View("VIEW1").View.Suppressed

 

I'm wondering, is there a list available detailing the content of the Inventor 2013 API and a list for the iLogic properties of objects? Preferably with some sort of description what they do. Smiley Happy

 

Thanks!

4 REPLIES 4
Message 2 of 5

Hi MetalH34d,

 

You can refer to the API Help Reference. It can be accessed by the flyouts shown in this image.

 

I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com

 

 

(Thanks to sbixler for the screen shot)

Message 3 of 5
alewer
in reply to: MetalH34d

It sounds like you're looking for the object model. If you've installed the developer tools, you can find a .pdf object  model in the ...\SDK\Docs folder. Go to http://www.autodesk.com/developinventor (begin reading at the Inventor SDK heading) for better directions. Good luck!

Message 4 of 5
mrattray
in reply to: alewer

You can also go to your VBA editor (alt+F11) and press F2 to see the object browser.

Mike (not Matt) Rattray

Message 5 of 5
MetalH34d
in reply to: mrattray

Thanks to all 3 of you.

Your tips have been very helpfull and greatly appreciated!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report