Documentación de la API
>
Drawings and detail
>
Object ProDtlsymdefdata
> Function ProDtlsymdefdataAlloc
Function ProDtlsymdefdataAlloc
Description
Allocate and initialize memory for symbol definition data. User must release memory by
ProDtlsymdefdataFree
Synopsis
#include <
ProDtlsymdef.h
>
ProError
ProDtlsymdefdataAlloc
(
ProMdl
model
/* (In)
The model handle.
*/
ProDtlsymdefdata
* symdefdata
/* (Out)
The symbol definition data.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory.
PRO_TK_BAD_INPUTS
Bad argument.
PRO_TK_OUT_OF_MEMORY
Not enough memory.
Sample Code References
pt_examples ( TestSymDefMenu.c )
pt_examples ( TestSymDefMenu.c )
pt_userguide ( UgDtlsymdefExamples.c )
User Guide References
Symbol Definition Data:ProDtlsymdefdataAlloc
Creating a Symbol Definition:ProDtlsymdefdataAlloc
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado