API 文件集 > External objects > Object ProExtobj > Function ProExtobjClassWarningEnable
Function ProExtobjClassWarningEnable
Description
Enables warnings upon the specified action for the external object class (so any objects of this class that are subsequently created will inherit the enabled warning).
Synopsis
#include <ProExtobj.h>
ProExtobjClassWarningEnable
(
ProExtobjClass* extobjclass
/* (In)
The handle to the external object class
*/
ProExtobjAction extobjaction
/* (In)
The action type for which the warning is enabled
*/
)
Returns
The warning is enabled for the specified external object class.
You specified an invalid class handle or an unsupported action.
The external object class was not found, or another problem occurred.
Sample Code References
這是否有幫助?