Category
Behavioral modeling
, Object
ProAnalysis
Function ProAnalysisTypeGet
Description
Gets the type of a specified analysis
Synopsis
#include <
ProAnalysis.h
>
ProError
ProAnalysisTypeGet
(
ProAnalysis
analysis
/* (In)
The analysis
*/
ProName
type
/* (Out)
The external application name
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTS
Manual References:
Event-driven Programming: Toolkit-Based Analysis: Creo Toolkit Analysis Information
Sample Code References:
pt_examples ( TestAnalysis.c )
pt_examples ( TestAnalysis.c )
pt_examples ( TestAnalysis.c )