Function ProElemtreeElementGet
Description
Retrieves the element specified by the elempath argument.
Synopsis
#include <ProElement.h>
ProElemtreeElementGet
(
ProElement elemtree
/* (In)
The element tree
*/
ProElempath elempath
/* (In)
The path to the element
*/
ProElement* p_elem
/* (Out)
The element at the specified path
*/
)
Returns
The function successfully returned the element.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
¿Fue esto útil?