Category Mechanica, Object ProMechload

Function ProMechloadLoadsetsGet


Description
Obtains the LoadSet id's for the given load.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechLoad.h>
ProErrorProMechloadLoadsetsGet(
ProMechItem* item
/* (In)
The load.
*/
int** pp_load_ids
/* (Out)
ProArray of LoadSet id's corresponding to the load. The function allocates memory for this argument. Use ProArrayFree() to free it.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_BAD_CONTEXTCreo Simulate session is not initialized.
PRO_TK_GENERAL_ERRORA general error was encountered.
PRO_TK_OUT_OF_MEMORYThere is not enough memory to perform the operation.
PRO_TK_E_NOT_FOUNDThe load is not associated with any loadset.

Manual References:

  1. Creo Simulate: Items: Accessing Creo Simulate Loads