Description | |||||||||||||||||
Gets the explode lines of an explode state. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProExpldstate.h> | |||||||||||||||||
ProError | ProExpldStateExplodeLinesGet | ( | |||||||||||||||
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 | |||||||||||||||||
|