API Documentation
>
Features
>
Object ProFeature
> Function ProFeatureAnalysisGet
Function ProFeatureAnalysisGet
Description
Gets the analysis object associated with an analysis feature.
Synopsis
#include <
ProFeature.h
>
ProError
ProFeatureAnalysisGet
(
ProFeature
* feature
/* (In)
The analysis feature.
*/
ProAnalysis
* analysis
/* (Out)
The analysis object.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully got the analysis object.
PRO_TK_BAD_INPUTS
The feature is not an analysis feature.
See Also
ProAnalysis.h
Sample Code References
pt_examples ( TestAnalysis.c )
pt_examples ( TestAnalysis.c )
User Guide References
Visiting Toolkit-Based Analyses Features:ProFeatureAnalysisGet
Was this helpful?
This site works best with JavaScript enabled