Documentação da API > Manufacturing > Object ProClcmd > Function ProClcmdElemAdd
Function ProClcmdElemAdd
Description
Adds the specified CL command element to the feature element tree.
Synopsis
#include <ProClcmdElem.h>
ProClcmdElemAdd
(
ProElement feat_elem_tree
/* (In)
The element tree of the customized (build path) feature.
*/
ProElement ncl_cmd_elem
/* (In)
The CL command element to add.
*/
int index
/* (In)
The index in the CL command array at which to insert the new element. Set this to -1 to add the element to the end of the tree.
*/
)
Returns
The function successfully added the element to the tree.
Other
The function failed.
Sample Code References
Isto foi útil?