API Documentation > View manager > Object ProSimprepdata > Function ProSimprepdataNameSet
Function ProSimprepdataNameSet
Description
Sets the name of the simplified representation in the ProSimprepdata structure.
NOTE:
Operates on assemblies only, not parts.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprepdata.h>
ProSimprepdataNameSet
(
/* (In)
The pointer to the ProSimprepdata structure
*/
ProName name
/* (In)
The name of the simplified representation
*/
)
Returns
The function successfully set the name.
One or more of the arguments are invalid.
Sample Code References
User Guide References
Was this helpful?