Function ProExtobjdataSet
Description
Modifies the existing data in the specified object.
Synopsis
#include <ProExtobj.h>
ProExtobjdataSet
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
/* (In)
The data pointer to add
*/
)
Returns
The function successfully set the data.
Model is in read-only state.
The data was incorrect.
The external object was not found, or the function could not set the data.
Sample Code References
User Guide References
Isto foi útil?