Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MMMatt Milanesi18/04/2024
Hello I am writing a code (beginner) to get custom properties from a solidworks assembly and ultimately I want to be able to export to excel. Here is the code I have I am having an issue with getting the descriptions into an array am I using the swConfig.GetCustomProperties(vPropName, vPropValue, vPropType) incorrectly?
Sub Main()
Dim swApplication As SldWorks.SldWorks
Dim swAssembly As SldWorks.AssemblyDo