Documentação da API > Piping > Object ProPipeline > Function ProPipelineNetworkEvaluate
Function ProPipelineNetworkEvaluate
Description
Used to analyze the features and components that belong to a pipeline (specified by its pipeline feature and path) and builds a network data structure.
Synopsis
#include <ProPiping.h>
ProPipelineNetworkEvaluate
(
ProAsmcomppath* p_comp_path
/* (In)
path from the top model to the pipeline's model.
*/
ProFeature* pipeline
/* (In)
The feature handle of the pipeline feature
*/
ProPnetwork* network
/* (Out)
The handle of the network structure. The handle is an opaque pointer to a structure which is accessed by functions starting with ProPnetwork. The data in the underlying data structure is allocated by the function and should be freed when no longer needed by calling ProPnetworkFree().
*/
)
Returns
Model is in read-only state. PRO_TK_BAD_INPUTS
The feature was not a pipeline.
No Pro/PIPING license is available.
User Guide References
Isto foi útil?