Function ProIntfDataEdgeCount
Description
Determines the number of edges in the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataEdgeCount
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
int* n_edges
/* (Out)
The number of edges
*/
)
Returns
The function successfully evaluated the number of edges.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?