Function ProElempathDataSet
Description
Assigns element path data to the specified element path.
Synopsis
#include <ProElempath.h>
ProElempathDataSet
(
ProElempath elem_path
/* (In)
The element path.
*/
ProElempathItem* elempath_data
/* (In)
The element path data. This is an array of ProElempathItem data structures.
*/
int path_size
/* (In)
The size of the array elempath_data.
*/
)
Returns
The function successfully assigned element path data to the element path.
One or more of the arguments are invalid.
See Also
Sample Code References
User Guide References
これは役に立ちましたか?