API 文件集 > View manager > Object ProExpldstate > Function ProExpldstateNameSet
Function ProExpldstateNameSet
Description
Sets the name of an explode state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExpldstate.h>
ProExpldstateNameSet
(
ProExpldstate* p_expl_state
/* (In)
The explode state. Cannot be NULL.
*/
ProName name
/* (In)
The name of the explode state. Cannot be NULL.
*/
)
Returns
The function successfully set the name.
Model is in read-only state.
Not a valid explode state handle (other errors are also possible).
explode state was not found.
User Guide References
這是否有幫助?