Category Behavioral modeling, Object ProAnalysis

Function ProAnalysisTypeGet


Description
Gets the type of a specified analysis
Synopsis
#include <ProAnalysis.h>
ProErrorProAnalysisTypeGet(
ProAnalysis analysis
/* (In)
The analysis
*/
ProName type
/* (Out)
The external application name
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS

Manual References:

  1. Event-driven Programming: Toolkit-Based Analysis: Creo Toolkit Analysis Information

Sample Code References:

  1. pt_examples ( TestAnalysis.c )
  2. pt_examples ( TestAnalysis.c )
  3. pt_examples ( TestAnalysis.c )