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: 

Use iLogic to uncheck the Checked Date iProperty

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
mark.hetherington
1084 Views, 2 Replies

Use iLogic to uncheck the Checked Date iProperty

Hi,

 

This is my first post so go gentle on me.

 

I would like to use iLogic to uncheck the 'Checked Date' iProperty so that it is blank, can I do this and if so how? I'm using Inventor 2013 BTW

 

Thanks,

 

Mark

2 REPLIES 2
Message 2 of 3

iProperties.Value("Status", "Checked By") = Nothing
iProperties.Value("Status", "Checked Date") = Nothing

'iProperties.Value("Status", "Eng. Approved By") = Nothing
'iProperties.Value("Status", "Eng. Approved Date") = Nothing

'iProperties.Value("Status", "Mfg. Approved By") = Nothing
'iProperties.Value("Status", "Mfg. Approved Date") = Nothing

InventorVb.DocumentUpdate()  

 

Image and video hosting by TinyPic
..........................................................................................................................
Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.
..........................................................................................................................


See My LinkedIn Profile
Message 3 of 3
Anonymous
in reply to: DeerSpotter

This seems to not work anymore. Now it gives the date 1.1.1601. 

 

Smiley Frustrated

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

Post to forums  

Autodesk Design & Make Report