| Description | |||||
| Allocate and initialize memory for a ProAnalysisDefinition object, as the value of the PRO_E_ANALYSIS_DEF element in the feature element tree. | |||||
| Synopsis | |||||
| #include <ProAnalysis.h> | |||||
| ProError | ProAnalysisDefnAlloc | ( | |||
| ProName type | |||||
| /* (In) | |||||
| The type as registered by a call to ProAnalysisTypeRegister() | |||||
| */ | |||||
| ProAppData info | |||||
| /* (In) | |||||
| Pointer to application data needed by the feature | |||||
| */ | |||||
| ProAnalysisDefinition* definition | |||||
| /* (Out) | |||||
| The resulting definition. Assign this value directly to the element PRO_E_ANALYSIS_DEF in the element tree when creating an external analysis feature. | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||