Function ProDtlsymdefCreate
Description
Create a symbol definition in the specified model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymdefCreate
(
ProMdl model
/* (In)
The model handle.
*/
/* (In)
The symbol definition data.
*/
ProDtlsymdef* symdef
/* (Out)
Created symbol definition.
*/
)
Returns
The function successfully created the symbol definition.
Model is in read-only state.
Bad one or more input arguments.
Can't create the symbol definition.
Sample Code References
User Guide References
これは役に立ちましたか?