API 文件集 > Feature element trees > Object ProElempath > Function ProElempathDataGet
Function ProElempathDataGet
Description
Retrieves the element path data from the specified element path.
Synopsis
#include <ProElempath.h>
ProElempathDataGet
(
ProElempath elem_path
/* (In)
The element path.
*/
ProElempathItem** p_elempath_data
/* (Out)
The element path data that is an array of ProElempathItem data structures. You must preallocate this array using the function ProArrayAlloc(). If you reuse the array, new elements will be appended to the existing elements unless you reset the array size to 0 with ProArraySizeSet.
*/
)
Returns
The function successfully retrieved element path data from the element path.
The input argument is invalid.
See Also
User Guide References
這是否有幫助?