Autodesk Inventor Customization
- Start Article
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Connecting to Content Center
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi!
I am trying to connect to content center from stand alone C#.NET application using Inveotor 2012 api.
How to define these connection settings parameters to get connection? I haven't found any samples or tips from Inventor API documentation.
Content log in settings are following in Inventor -> Tools -> Content Center Editor:
User name: Administrator
Password:
Server: myserver1
Database: MY_DATABASE
I found out that I should set access options and after that call ContentCenter object.
InventorInstance.ContentCenterOptions.SetAccessOpt
ContentCenterAccessOptionEnum.kVaultOrProductstreamServerAccess,@"HOW_TO_SET_THIS?");
InventorInstance.ContentCenterOptions.CustomFamily
return InventorInstance.ContentCenter;
Thank you in advance!
