API Documentation > Behavioral modeling > Object ProAnalysis > Function ProAnalysisDefnAlloc
Function ProAnalysisDefnAlloc
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>
ProAnalysisDefnAlloc
(
ProName type
/* (In)
The type as registered by a call to ProAnalysisTypeRegister()
*/
/* (In)
Pointer to application data needed by the feature
*/
/* (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
Was this helpful?