Function ProElemtreeWrite
Description
Writes the Element Tree in the specified file in XML format
Synopsis
#include <ProElement.h>
ProElemtreeWrite
(
ProElement elemtree
/* (In)
root element of the element tree to be printed
*/
/* (In)
*/
ProPath output_file
/* (In)
Full path to the output file, including extension.
*/
)
Returns
Successful in writing the element tree
Invalid inputs
Errors in generating the output
The function does not have permission to operate on this model.
Sample Code References
User Guide References
¿Fue esto útil?