Category Manufacturing, Object ProClcmd

Function ProClcmdElemRemoveByIndex


Description
Removes the specified CL command element from the feature element tree.
Synopsis
#include <ProClcmdElem.h>
ProErrorProClcmdElemRemoveByIndex(
ProElement feat_elem_tree
/* (In)
The element tree of the customized (build path) feature
*/
int index
/* (In)
The index of the element in the CL command array
*/
ProElement* r_elem
/* (Out)
The element removed. May be NULL
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the element from the element tree.
OtherThe function did not remove the element from the element tree.

Sample Code References:

  1. pt_examples ( TestClCmd.c )