Object
ProElem
Function ProElemIdStringGet
Description
Obtains the name of the element id
Synopsis
#include <
ProElemId.h
>
ProError
ProElemIdStringGet
(
ProElemId
elem_id
/* (In)
The element id.
*/
ProCharLine
name
/* (Out)
The name of element id.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_E_NOT_FOUND
The given element id was not found.
Manual References:
Element Trees: Principles of Feature Creation: Feature Elements
Element Trees: Principles of Feature Creation: Feature Elements