Documentazione API > Feature element trees > Object ProElemtree > Function ProElemtreeElementAdd
Function ProElemtreeElementAdd
Description
Links the element at the location specified by the elempath argument.
Replacement in Object TOOLKIT:
Synopsis
#include <ProElement.h>
ProElemtreeElementAdd
(
ProElement elemtree
/* (In)
The element tree
*/
ProElempath elempath
/* (In)
The path to the location where the element should be linked
*/
/* (In)
The element to link
*/
)
Returns
The function successfully linked the element.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
È stato utile?