API Documentation > Features > Object ProFeature > Function ProFeatureAnalysisGet
Function ProFeatureAnalysisGet
Description
Gets the analysis object associated with an analysis feature.
Synopsis
#include <ProFeature.h>
ProFeatureAnalysisGet
(
ProFeature* feature
/* (In)
The analysis feature.
*/
ProAnalysis* analysis
/* (Out)
The analysis object.
*/
)
Returns
The function successfully got the analysis object.
The feature is not an analysis feature.
See Also
Sample Code References
User Guide References
Was this helpful?