API Documentation > Piping > Object ProPnetwork > Function ProPnetworkExtensionVisit
Function ProPnetworkExtensionVisit
Description
The visit function for visiting the extensions in a pipeline network.
Synopsis
#include <ProPiping.h>
ProPnetworkExtensionVisit
(
ProPnetwork network
/* (In)
The network
*/
/* (In)
The visit action function
*/
/* (In)
The filter action function. If NULL, all extensions in a pipeline network are visited using the action function.
*/
/* (In)
Application data being passed to filter and action functions.
*/
)
Returns
User Guide References
Was this helpful?