API Documentation > View manager > Object ProSimprepdataitem > Function ProSimprepdataitemAdd
Function ProSimprepdataitemAdd
Description
Adds a simplified representation data item to the specified ProSimprepdata structure.
NOTE:
Operates on assemblies only, not parts.
Synopsis
#include <ProSimprepdata.h>
ProSimprepdataitemAdd
(
/* (In)
The pointer to the ProSimprepdata structure
*/
/* (In)
The item to add to the structure
*/
)
Returns
The function successfully added the information to the structure.
One or more of the arguments are invalid.
Sample Code References
User Guide References
Was this helpful?