API ドキュメンテーション > Manufacturing > Object ProClcmd > Function ProClcmdElemRemoveByIndex
Function ProClcmdElemRemoveByIndex
Description
Removes the specified CL command element from the feature element tree.
Synopsis
#include <ProClcmdElem.h>
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
The function successfully removed the element from the element tree.
Other
The function did not remove the element from the element tree.
Sample Code References
これは役に立ちましたか?