Function ProExtobjdataRemove
Description
Removes object data from an existing external object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobj.h>
ProExtobjdataRemove
(
ProExtobj* object
/* (In)
The handle to the external object
*/
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
/* (In)
The data type to be removed
*/
)
Returns
The function successfully deleted the data.
Model is in read-only state.
The external object was not found, or the function could not delete the data.
Sample Code References
User Guide References
これは役に立ちましたか?