iLogic Codes or just VB codes ?

iLogic Codes or just VB codes ?

tuliobarata
Advocate Advocate
730 Views
3 Replies
Message 1 of 4

iLogic Codes or just VB codes ?

tuliobarata
Advocate
Advocate

Good afternoon,

 

Im trying to find here, a list with all the codes that i can use in iLogic, but i didnt find anything. is there any list like that or just those Snippets from IV ? Or actually, all the codes are directly from VB ?

 

I ask cuz i wanna change some properties of Styles LIbrary like this code below, it changes a property from styles, but how can i change a text, or standard, or something else ? Is there a complete liste with all that sintaxes that i can use ?

 

Thanks

 

ThisDrawing.Document.StylesManager.Layers("W5-CEN").Color = ThisApplication.TransientObjects.CreateColor(255,0,0)
 
IV 2013
0 Likes
Accepted solutions (1)
731 Views
3 Replies
Replies (3)
Message 2 of 4

tuliobarata
Advocate
Advocate

I was looking for some help with that, and found the "Autodesk.Inventor.Interop.dll" that when referenced on VB Express 2012 gives me all the commands that i can use with INVENTOR.

 

Now the question, all these commands work only with ilogic direct on IV or i have to make it with VB ?

 

Thanks!

 

Túlio Barata

IV 2013
0 Likes
Message 3 of 4

Vladimir.Ananyev
Alumni
Alumni
Accepted solution

I hope Inventor API Help will be usefull for you.

For release 2013 You may find it in the following file:

C:\Program Files\Autodesk\Inventor 2013\Local Help\admapi_17_0.chm

or download the latest version here,

or open via Inventor UI:

Programming Help.png

Cheers,


Vladimir Ananyev
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 4 of 4

tuliobarata
Advocate
Advocate

Perfect Vladimir!

 

There are many samples in this help! Really thanks!

 

 

Túlio Barata

IV 2013
0 Likes