https://github.com/adn-devtech/entitlementapi_inventor
Shows how to use the entitlement API from an Inventor AddIn
https://github.com/adn-devtech/entitlementapi_inventor
Last synced: 11 months ago
JSON representation
Shows how to use the entitlement API from an Inventor AddIn
- Host: GitHub
- URL: https://github.com/adn-devtech/entitlementapi_inventor
- Owner: ADN-DevTech
- Created: 2015-03-27T15:07:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T17:04:53.000Z (over 6 years ago)
- Last Synced: 2025-04-24T00:47:23.396Z (11 months ago)
- Language: C#
- Size: 19.5 KB
- Stars: 3
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#EntitlementAPI_Inventor
Shows how to use the **Entitlement API** from an Inventor AddIn. See [blog article](http://adndevblog.typepad.com/manufacturing/2015/03/entitlement-api-in-inventor.html) about it.
##Dependencies
None
##Setup/Usage Instructions
* Compile the project
* Place the [Autodesk.GetUserIdProject.Inventor.addin](GetUserIdProject/Autodesk.GetUserIdProject.Inventor.addin) file in one of the folders that Inventor monitors for AddIn's, e.g. **"C:\ProgramData\Autodesk\ApplicationPlugins"**. More info on this in the [project readme.txt](GetUserIdProject/Readme.txt)
* In that file modify the information surrounded by the <Assembly></Assembly> tags so that it has the correct location of the **GetUserIdProject.dll**
## License
That samples are licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT). Please see the [LICENSE](LICENSE) file for full details.
##Written by
Adam Nagy