Category Manufacturing, Object ProClcmd

Function ProClcmdElemNumberGet


Description
Gets the number of CL command elements in the specified feature.
Synopsis
#include <ProClcmdElem.h>
intProClcmdElemNumberGet(
ProElement feat_elem_tree
/* (In)
The element tree of the customized (build path) feature
*/
int* r_number
/* (Out)
The number of CL command elements in the feature
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.