Message 1 of 5

Not applicable
09-12-2018
10:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to get the assembly's iProperties to change when you switch between different Levels of Detail? I figured that it's going to require iLogic, but I can't get anything to work. Now I'm only a very basic iLogic user, so I could be doing something wrong. Here's what I have:
SyntaxEditor Code Snippet
If LOD = "Standard" Then iProperties.Value("Project", "Part Number") = (65-1000) Else If LOD = "Wide Throat" Then iProperties.Value("Project", "Part Number") = (65-2000) End If
It doesn't give me any errors, but it doesn't update the part number. Am I even representing the LOD correctly in the code? Do I need to use a case statement instead? If someone could tell me what's wrong with my code, or even just tell me that what I'm trying to do isn't possible, that would be great. Thank you.
Solved! Go to Solution.