Function ProDtlsyminstCreate
Description
Create a symbol instance in the specified model. ProAnnotationShow() should be called after creating the instance in order for the instance to be displayed.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstCreate
(
ProMdl model
/* (In)
The model handle.
*/
/* (In)
The symbol instance data.
*/
ProDtlsyminst* syminst
/* (Out)
Created symbol instance
*/
)
Returns
The function successfully created the symbol instance.
Model is in read-only state.
Bad one or more input arguments.
Can't create the symbol instance.
Sample Code References
User Guide References
Isto foi útil?