Dear all,
I'm trying to export a neutral (*.neu) file programmatically from ProE 5 wildefire
I manage to export the file by using the following code
Dim annotationInstructions As IpfcNEUTRALFileExportInstructions = (New CCpfcNEUTRALFileExportInstructions).Create()...