API 설명서 > Miscellaneous > Object ProMfgprocitem > Function ProMfgprocitemElemtreeGet
Function ProMfgprocitemElemtreeGet
Description
Obtains the element tree for the manufacturing item.
Licensing Requirement
Synopsis
ProMfgprocitemElemtreeGet
(
/* (In)
The manufacturing item.
*/
ProElement* elem_tree
/* (Out)
The element tree. Free this using ProMfgprocitemElemtreeFree().
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The item is associated to a feature. Get the tree from the associated feature instead.
Access to the manufacturing process table is not enabled, use ProMfgProctableEnable().
Sample Code References
User Guide References
도움이 되셨나요?