Category Manufacturing, Object ProClcmd

Function ProClcmdElemGetByIndex


Description
Gets the pointer to the CL command element, given the index.
Synopsis
#include <ProClcmdElem.h>
ProErrorProClcmdElemGetByIndex(
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
PRO_TK_NO_ERRORThe function successfully retrieved the information.
OtherThe function failed.

Sample Code References:

  1. pt_examples ( TestClCmd.c )