Function ProImportfeatRedefSourceInit
Description
Initializes the ProImportfeatRedefSource.
Note: When the source type is PRO_IMPORT_FEAT_REDEF_CHANGE_ATTR, Creo Parametric will not use the value of the attribute "join_surfaces".
Synopsis
#include <ProImportfeat.h>
ProImportfeatRedefSourceInit
(
/* (In)
The type of operation
*/
void* p_source
/* (In)
The pointer to the data source
*/
ProImportfeatRedefSource* p_redef_data_source
/* (Out)
The pointer to the ProImportfeatRedefSource to be initialized
*/
)
Returns
The function successfully initialized the ProImportfeatRedefSource.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?