AnalyticTypeDefn function

Syntax

AnalyticTypeDefn(TypeName)

Description

Use the AnalyticTypeDefn constructor to create an AnalyticTypeDefn.

Once the AnalyticTypeDefn object is created, you can then execute either the Get or Create methods to instantiate the model.

Note:

The Delete and Rename methods can only be executed before a model is instantiated.

Parameters

Parameter Description

TypeName

Specify the name of an analytic type definition.

Returns

An AnalyticTypeDefn object.

Example

&Model = create AnalyticTypeDefn("QE_ACE_ALLFUNCTION");