Description | ||||||||||||||
Checks if the specified assembly configuration may be used for the export file type. Use this function before calling ProIntf3DFileWrite() to confirm that the configuration is supported. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcBaseSession::IsConfigurationSupported | |||||||||||||
Synopsis | ||||||||||||||
#include <ProIntf3Dexport.h> | ||||||||||||||
ProError | ProOutputAssemblyConfigurationIsSupported | ( | ||||||||||||
ProIntf3DExportType file_type | ||||||||||||||
/* (In) | ||||||||||||||
The type of output file to produce. | ||||||||||||||
*/ | ||||||||||||||
ProOutputAssemblyConfiguration configuration | ||||||||||||||
/* (In) | ||||||||||||||
Specifies the number and type of output files to produce. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean* is_supported | ||||||||||||||
/* (Out) | ||||||||||||||
PRO_B_TRUE if the option is supported in Creo Parametric, PRO_B_FALSE if not | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|