API 설명서 > Feature element trees > Object ProElement > Function ProElementAlloc
Function ProElementAlloc
Description
Allocates memory with the specified element identifier.
Synopsis
#include <ProElement.h>
ProElementAlloc
(
ProElemId name_id
/* (In)
The element identifier
*/
ProElement* p_elem
/* (Out)
The allocated element object
*/
)
Returns
The function successfully allocated the element.
The input argument is invalid.
See Also
Sample Code References
User Guide References
도움이 되셨나요?