idw custom iproperties

idw custom iproperties

andrew_canfield
Collaborator Collaborator
458 Views
8 Replies
Message 1 of 9

idw custom iproperties

andrew_canfield
Collaborator
Collaborator

Hello

How would you start to tackle this?

Select a list of idw's,

(I've seen this code in the past)

  GetFilenames = Split(oFileDlg.FileName, "|") ' if multiple names were selected, they will be separated by vertical bar characters

 After selection I'd like to display the custom iproperties & edit them - just the drawing idw iproperties.

 

Most of the code I've found so far requires the drawing to be open - can this be done without opening the drawing?

(some drawings can take a while to open, just think it would be quicker drilling straight to the custom iproperties - not sure how to enter the path to the iproperties of a file on the disk.)

 

Thinking along the lines of:

IDW - FORM.JPGIDW-IPROP.JPG

 

Happy to start with something simple if possible.

 

Regards

 

Andrew

 

0 Likes
459 Views
8 Replies
Replies (8)
Message 2 of 9

bradeneuropeArthur
Mentor
Mentor

why don't you use design assistant for this?

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 9

matt_jlt
Collaborator
Collaborator

I think  you are after Inventor Apprentice. It lets you access a limited amount of file information such as properties etc.

Some good reference info is below + i would look at the inventor API help documentation for the API, it has some good information and examples in there aswell.

 

https://adndevblog.typepad.com/manufacturing/2012/11/using-inventor-properties-from-apprentice-serve...

https://modthemachine.typepad.com/my_weblog/2010/03/iproperties-without-inventor-apprentice.html

 

Matt.

0 Likes
Message 4 of 9

andrew_canfield
Collaborator
Collaborator

Thanks for the suggestion but DA only opens one file at once.

The issue is projects being modified - the customer asks for their reference to be changed (custom iprop) - open, edit & close 50 .idw's

Would be nice to see the properties laid out in a table too.

 

Regards

 

Andrew

 

0 Likes
Message 5 of 9

bradeneuropeArthur
Mentor
Mentor

Design Assistant can open multiple files at once!

  • Open folder in Design Assistant.
  • In file explorer select multiple and RMB (Right Mouse Button) open Design Assistant.

Regards,

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 6 of 9

andrew_canfield
Collaborator
Collaborator

Thanks again, multiple files do open - just can't access the (custom) properties :

 

Needed to type the custom property in (hoping to have this set for repeat edits)

& the column to edit the properties can't be customized (or it looks that way) in 'Manage':

If the the custom iproperties could be fixed & edited in this 'Manage' window - perfect.

 

da.JPG

 

0 Likes
Message 7 of 9

bradeneuropeArthur
Mentor
Mentor

Of course you can..

Select the Multiple files in Design Assistant and then RMB I-properties...

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 8 of 9

andrew_canfield
Collaborator
Collaborator

nothing opens after pressing open... is there a different open?

 

da2.JPG

0 Likes
Message 9 of 9

andrew_canfield
Collaborator
Collaborator

ok it does work - but it's very clicky. 

Right Click iproperties

custom

scroll

edit

modify

ok

 

 - to click in the cell & edit would be great - if possible.

da3.JPG

0 Likes