Object ProExpld

Function ProExpldStateExplodeLinesGet


Description
Gets the explode lines of an explode state.
Synopsis
#include <ProExpldstate.h>
ProErrorProExpldStateExplodeLinesGet(
ProExpldstate* p_expld_state
/* (In)
The explode state. Cannot be NULL.
*/
ProFeature** pp_expld_lines
/* (Out)
ProArray of explode lines of an explode state. Cannot be NULL. Free this array using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the explode lines.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_E_NOT_FOUNDThe explode state was not found.
PRO_TK_NOT_EXISTThe explode line was not found for input explode state.
PRO_TK_GENERAL_ERRORUnspecified error.

Manual References:

  1. Assembly: Basic Assembly Access: Accessing Exploded States
  2. Assembly: Basic Assembly Access: Accessing Exploded States