Read custom properties from file

1.5k views Asked by At

I am trying to read the custom properties from a Solid Edge file (Right clic -> Properties -> Custom tab).

But I found only 2 types of code.

The first is for read/set custom properties on a Office document (like .doc / .docx). And the second is from the Solid Edge API (http://www.plm.automation.siemens.com/zh_cn/Images/Solid_Edge_API_tcm78-125829.pdf) ~ page 150, where I can get the custom properties but it needs to have Solid Edge on the device.

My problem is : The C# program will be run on a Tablet and this tablets don't have Solid Edge. So I need another way to get the custom properties.

Thanks for your help.

0

There are 0 answers