Retrieve Property Info in Configuration

Hello

I can get the "DESIGNATION" info in the general properties of a part:

Att = swModel.GetCustomInfoValue("", "DESIGNATION")


But what is the command to retrieve this info if the "DESIGNATION" property is specifically in a (default) configuration.

Thank you for your help...

Hello

Replacing like this:

Att = swModel.GetCustomInfoValue("Défaut", "DESIGNATION")

 

Edit: otherwise today it's replaced by the custommanagerproperty: http://help.solidworks.com/2016/english/api/sldworksapi/Get_Custom_Properties_of_Referenced_Part_Example_VB.htm

2 Likes

Thank you very much Cyril,
So obvious when you give me the solution!

A+

 

You're welcome, a little tour in the API help and it's settled;)