Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Req: Standard iParameter values for iLogic

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Account_Deleted
634 Views, 3 Replies

Req: Standard iParameter values for iLogic

Just trying to maximise the use of all iProperties but there are certain iProperties that I'm unable to update via iLogic.

So far the first four I am unable to change are

"Eng Approved By"

"Eng Approved Date"

"Mfg Approved By"

"Mfg Approved Date".

 

I was hoping there would be some form of reference sheet as the snippets panel only list a few of the very basics.

 

I've tried the following with no success, I just get a non-existent iProperty error.

iProperties.Value("Status","Eng Approved By")
3 REPLIES 3
Message 2 of 4
MjDeck
in reply to: Account_Deleted

You have to include the dot after Eng or Mfg.  This is the same as shown in the iProperties dialog.  Examples:

 

iProperties.Value("Status", "Eng. Approved By") = "Me"

iProperties.Value("Status", "Eng. Approved Date") = New DateTime(2010, 10, 31)

iProperties.Value("Status", "Mfg. Approved Date") = Now


Mike Deck
Software Developer
Autodesk, Inc.

Message 3 of 4

I could have sworn I tried that, Cheers it worked!

 

Is there a reference sheet by any chance? or a guide that covers most topics relating to iLogic?

Message 4 of 4
MjDeck
in reply to: Account_Deleted

There's no reference sheet for the iProperties.  The best help is in the Inventor 2011 Help under

Autodesk Inventor -> iLogic -> Functions -> Quick Reference -> iProperties functions

 

This should also be available on http://wikihelp.autodesk.com (although this site is down for maintenance right now).



Mike Deck
Software Developer
Autodesk, Inc.

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

Post to forums  

Autodesk Design & Make Report