File Naming Defaults API access

File Naming Defaults API access

mjordan2
Advocate Advocate
668 Views
3 Replies
Message 1 of 4

File Naming Defaults API access

mjordan2
Advocate
Advocate

Is there API access to the "File Naming Defaults" application options for 2019?  (Much like Application.FileOptions, or Application.AssemblyOptions.)  I looked through the Application object in the Inventor API reference but didn't see anything.

Thanks much!

 

0 Likes
Accepted solutions (1)
669 Views
3 Replies
Replies (3)
Message 2 of 4

bradeneuropeArthur
Mentor
Mentor

Hi,

 

Could you please explain a little more...

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 4

mjordan2
Advocate
Advocate

Sure thing...

I can directly set Inventor's Application Options like so from iLogic:

ThisApplication.GeneralOptions.UserName = "Bob Hope"
ThisApplication.FileOptions.TemplatesPath = "Server\\CAD\Inventor Templates"
ThisApplication.ContentCenterOptions.SetAccessOption(kInventorDesktopAccess,"Server\\Cad\Inventor\2019 Content Center Libraries\")

Right now I've got a routine that sets my user's options as needed.  I'd like to add the new Frame Generator File Naming Defaults included in Inventor 2019 to my script, but didn't know if those options were exposed via the iLogic API yet.

 

Thanks!

0 Likes
Message 4 of 4

chandra.shekar.g
Autodesk Support
Autodesk Support
Accepted solution

@mjordan2,

 

There is already a change request(INVGEN - 23282) with Engineering team on this.

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes