Function ProContourdataEdgeIdArraySet
Description
Sets an array of edge identifiers for the contour.
Synopsis
#include <ProContourdata.h>
ProContourdataEdgeIdArraySet
(
ProContourdata* p_contour_data
/* (In)
The contour
*/
int* edge_id_arr
/* (In)
The ProArray of edge identifiers for the contour
*/
)
Returns
The function successfully set the array of edge identifiers for the contour.
One or more of the arguments are invalid.
Sample Code References
User Guide References
È stato utile?