| 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 |
|
| PRO_TK_NO_ERROR | | The function successfully removed the element from the element tree. |
| Other | | The function did not remove the element from the element tree. |
|