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: 

Connecting to Content Center

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
336 Views, 0 Replies

Connecting to Content Center

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.SetAccessOption(

ContentCenterAccessOptionEnum.kVaultOrProductstreamServerAccess,@"HOW_TO_SET_THIS?");

InventorInstance.ContentCenterOptions.CustomFamilyAsStandard = true;

 

return InventorInstance.ContentCenter;

 

Thank you in advance!

Tags (1)
0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report