Description | ||||||||
Removes the specified CL command element from the feature element tree. | ||||||||
Synopsis | ||||||||
#include <ProClcmdElem.h> | ||||||||
ProError | ProClcmdElemRemoveByIndex | ( | ||||||
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 | ||||||||
|