API 설명서 > Feature element trees > Object ProElement > Function ProElementHoleThreadSeriesGet
Function ProElementHoleThreadSeriesGet
Description
Retrieves the thread name from the element tree.
Synopsis
#include <ProHole.h>
ProElementHoleThreadSeriesGet
(
ProElement elemtree
/* (In)
The hole element tree
*/
ProMdl model
/* (In)
Handle to the model
*/
wchar_t** r_thread_name
/* (Out)
The thread name in wide-string. This should be freed using ProWstringFree().
*/
)
Returns
The function succeeded.
The hole file that is referred in the element with id PRO_E_HLE_THRDSERIS did not exist.
The element tree did not have a valid element with id PRO_E_HLE_THRDSERIS.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?