Delete custom properties
Delete custom properties
(OP)
Hello,
Is it possible to delete the custom properties of a part of assemblie without opening the part of assemblie.
For example : outside solidworks for example with VBA ?
Thanks a lot
Is it possible to delete the custom properties of a part of assemblie without opening the part of assemblie.
For example : outside solidworks for example with VBA ?
Thanks a lot






RE: Delete custom properties
http://www.trimech.com/solutions/techsprt-free-utilities.htm
BR
L
RE: Delete custom properties
This is only possible for "file level" custom properties. It is not possible to access configuration specific custom properties from outside SW.
RE: Delete custom properties
err, well, actually, it is, and Im doing this very thing.
Im scanning inside .sldprt and .sldasm files for new configurations.
The MS .tlb supplied only allows 'root' level access to the structured storage. There are other, more generic .tlbs out there that will tunnel down thru the storage further, but will only return the stream in a binary format. It is from there that I worked out the data involved in many of the streams.
check out the link:
www.vbbyjc.com/articles/docview.htm
This wont do all the work for you, but will get you past the 'top tier' that the MS-supplied tlb stops at
***warning**** sw04 has many changes in the storage! be forewarned!
RE: Delete custom properties
'CMgrHdr2' for newer sw files
RE: Delete custom properties
RE: Delete custom properties
http://www.vbbyjc.com/index.htm
and fish around from there.
Look for "10-16-00" and "OLE Structured Storage Component".
RE: Delete custom properties
RE: Delete custom properties
-----------
Mr. Pickles
RE: Delete custom properties
Regards
RE: Delete custom properties