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: 

Can't find iLogicEventRules property set

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
awatt
159 Views, 3 Replies

Can't find iLogicEventRules property set

I'm attempting to access the event triggers through a c# add-in.

When I do a foreach on the document.PropertySets object, I only see the four standard property sets, although my document has four triggers set.

What am I missing?

3 REPLIES 3
Message 2 of 4
Michael.Navara
in reply to: awatt

The iLogic events property set is hidden because it starts with underscore.

Its display name is "_iLogicEventsRules" and internal name "{2C540830-0723-455E-A8E2-891722EB4C3E}". Both of them can be used to localize this property set.

Message 3 of 4
awatt
in reply to: Michael.Navara

Thank you.

 

propset1["{2C540830-0723-455E-A8E2-891722EB4C3E}"].Name returns _iLogicEventsRules.

I'm a little curious about this 'hidden' aspect. What other things might be hidden and how would I find them?

Message 4 of 4
Michael.Navara
in reply to: awatt

Now I just look into my documentation notes. 😀

But when I needed to find it, I had to open the IPT file in a binary editor and look through the mess to find something useful. If you want to try it, I tell you there is one more property set related to iLogic.

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report