export customs props to database
export customs props to database
(OP)
I have be given the task to create a macro to export the customs properties from an assembly into a database for use with purchasing materials. the macro needs to interate thru each item In the assembly read its properties then export the props to a database. is has to exclude supressed parts and include active configurations.
I'm not sure which direction to go with this.
I'm not sure which direction to go with this.






RE: export customs props to database
There are a couple examples in API help about traversing assemblies. There are also commands to determine if the part is an assembly , suppressed or excluded from BOM. Look at these for a start.
SA