API Documentation > View manager > Object ProExpldstate > Function ProExpldstateNameGet
Function ProExpldstateNameGet
Description
Returns the name of an explode state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExpldstate.h>
ProExpldstateNameGet
(
ProExpldstate* p_expl_state
/* (In)
The explode state. Cannot be NULL.
*/
ProName name
/* (Out)
The name of the explode state. Cannot be NULL.
*/
)
Returns
The function successfully returned the name.
Not a valid explode state handle (other errors are also possible).
explode state was not found.
User Guide References
Was this helpful?