API Documentation > Drawings and detail > Object ProDtlsyminstdata > Function ProDtlsyminstdataAlloc
Function ProDtlsyminstdataAlloc
Description
Allocate and initialize memory for ProDtlsyminstdata structure. User must release memory by ProDtlsyminstdataFree.
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataAlloc
(
ProMdl model
/* (In)
A model handle
*/
/* (Out)
The pointer to ProDtlsyminstdata structure.
*/
)
Returns
The function successfully allocate memory.
Bad argument.
Sample Code References
User Guide References
Was this helpful?