Description | ||||||||
Gets the pointer to the CL command element, given the index. | ||||||||
Synopsis | ||||||||
#include <ProClcmdElem.h> | ||||||||
ProError | ProClcmdElemGetByIndex | ( | ||||||
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_ncl_cmd_elem | ||||||||
/* (In) | ||||||||
The CL command element | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|