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: 

Inventor serial number

1 REPLY 1
Reply
Message 1 of 2
martinxw
534 Views, 1 Reply

Inventor serial number

Hello

Is is possible find Inventor serial number by Inventor API?
Something like:

Dim oApp As Inventor.Application
Set oApp = GetObject(, "Inventor.Application")

set sn = oApp.SerialNumber

I searched in Inventor API, but I found nothing.
I only know, that I find it in registry.
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: martinxw

The API doesn't provide any functionality related to licensing. However,
you can access the serial number directly from the registry. For Inventor
11 the serial number is in the value SerialNumber in the key
HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Inventor\RegistryVersion11.0.
--
Brian Ekins
Autodesk Inventor API

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

Post to forums  

Autodesk Design & Make Report