Hi,
I have been trying to write a macro to update custom properties but am stuck because I have some properties that only exist at the Custom level and not in configurations. When using the AddCustomInfo3 method I see it is possible to specify the destination configuration but in this case I'm not sure what that is or if it even exists.
If I leave it blank i.e.
Value = swModel.AddCustomInfo3 ("", "Description", swCustomInfoText, "")
the macro populates all configs tabs and the custom tab.
Is there a config name for the top level custom properties?
Thanks
SolidworksApi macros