Is it possible to update Parameters of an Assembly/Parts using VB APIs?
In Creo 10.0.5.0, the requirement is to code which iterates through models, and finds a specific component based on its file name. It then updates or creates a specified parameter within that component with a given value of any data type - using VB Apis, although I am using :
_parOwner.GetParam(paramName).SetScaledValue(valuePar, Nothing)
I am still unsuccessful.

