Click here to Skip to main content
15,907,392 members

Comments by NathanRO (Top 3 by date)

NathanRO 11-Aug-16 7:55am View    
That should list all properties, to include the custom tab as well. As long as you know the name of the property you are looking for you can extract the data by checking the key, then reading the value (string). If you don't know the name of the custom property, then you can just list all of them in the Dictionary.
NathanRO 8-Aug-16 11:03am View    
Have you tried using RegEx? You could, if they are always formatted the same way, example NNN-XXX-RN.dwg, to extract everything after the first dash (-) to the start of the extension (.).
NathanRO 8-Aug-16 10:51am View    
Have you verified that Microsoft Excel and Word are installed on the server?