Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting annotation and parameters flags

Status
Not open for further replies.

SilviaPalpacelli

Mechanical
Oct 14, 2013
1
0
0
IT
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()
document.Export(neutralFileName, annotationInstructions)

However, this file does not contain annotation and parameters.

When I do the same from the interface an option panel opens up allowing the user to
enable the export of annotation and parameter, how can I set these flags into my program?

Thank you very much for your attention!

Silvia
 
Status
Not open for further replies.
Back
Top