Member not found. Error

Member not found. Error

DewayneH
Advocate Advocate
898 Views
2 Replies
Message 1 of 3

Member not found. Error

DewayneH
Advocate
Advocate

 

A few days ago Curtis Waguespack supplied me with a rule (Big Thanks Again). I tested the rule in many scenarios on several data sets to verify it's functionality. It was flawless. Then for some reason I began receiving this error:

 

"Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))"

 

I thought it was odd it worked so well then began having problems. After a while I began to receive the error while running other rules. Ones I've used everyday for years. That is when I knew something was wrong. 

I messed around with the configuration settings and eventually the errors stop. I thought I found the problem, but it has returned and went away and returned again.

 

I found a thread mentioning a bug that is fixed in 2019. 

https://forums.autodesk.com/t5/inventor-customization/access-componentdefinition-for-any-doc-type-wi...

 

I'm way back on 2017, so the fix isn't going to help.

Is there anything that can be tweaked in the code to prevent the error? 

It is attached.

 

 

 

 

 

Dewayne
Inventor Pro 2023
Vault Pro 2023
0 Likes
899 Views
2 Replies
Replies (2)
Message 2 of 3

bradeneuropeArthur
Mentor
Mentor

try this:

oUnit = ilogicvb.InputRadioBox("Select a units of measure type", "Metric", "Imperial", oCurrentUnits, "ilogic")

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 3

DewayneH
Advocate
Advocate

 

Putting the line in returns this error: 

'InputRadioBox' is not a member of 'Autodesk.iLogic.Interfaces.ILowLevelSupport'.

 

Dewayne
Inventor Pro 2023
Vault Pro 2023
0 Likes