API 설명서 > External objects > Object ProExtobjdata > Function ProExtobjdataAdd
Function ProExtobjdataAdd
Description
Adds data to an existing external object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobj.h>
ProExtobjdataAdd
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
/* (In)
The data to add
*/
)
Returns
The function successfully added the data.
Model is in read-only state.
One or more of the input arguments are invalid.
The external object was not found, or the function could not add the data.
Sample Code References
User Guide References
도움이 되셨나요?