API 文档 > Mechanica > Object ProMechload > Function ProMechloadLoadsetsGet
Function ProMechloadLoadsetsGet
Description
Obtains the LoadSet id's for the given load.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadLoadsetsGet
(
/* (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
The function succeeded.
One or more input arguments are invalid.
Creo Simulate session is not initialized.
A general error was encountered.
There is not enough memory to perform the operation.
The load is not associated with any loadset.
User Guide References
这对您有帮助吗?