Documentation de l'API > Miscellaneous > Object ProImm > Function ProImmFromModelGet
Function ProImmFromModelGet
Description
Initialize the handle of ProImmParams using information about Imm assembled earlier into model owner_model.
Synopsis
#include <ProImm.h>
ProImmFromModelGet
(
ProMdl owner_model
/* (In)
Assembly containing Imm assembly as a subassembly;
*/
ProImmParams* immparams
/* (Out)
Pointer to the ImmParam handle.
*/
)
Returns
The handle is successfully freed;
Not enough memoryt to allocate the handle.
Imm is not found in owner_model.
Sample Code References
Est-ce que cela a été utile ?