1

I am working on a small C# tool to read and write file properties (CAD files with custom properties).

Right now I am using the DSOFILE extension to read the custom properties and the "summaryproperties" option to read the normal ones.

Unfortunately I can't read the one shown on the picture below. Can anyone help me?

the property I would like to read

Moritz
  • 377
  • 1
  • 6
  • 21
  • 1
    (For people interested in helping with solving the problem: ) PAR files are Siemens Solid Edge files with CAD data in them. If you wanted to obtain some sample projects that manipulate PAR files, you can find them here: https://github.com/SolidEdgeCommunity/Samples – Baronz Feb 17 '16 at 15:35
  • What is shown is a shell extension made by Siemens which is used to display and change the properties. The property values are stored in the file directly. You would have to know the file format to change them. – NineBerry Mar 25 '16 at 21:14

0 Answers0