Analytic Type Classes Constructor

You must use the constructor for the AnalyticTypeDefn class to instantiate an instance of that class. All other objects are instantiated from this class.

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

Field or Control

Definition

TypeName

Specify the name of an analytic type definition.

Returns

An AnalyticTypeDefn object.

Example

&Model = create AnalyticTypeDefn("QE_ACE_ALLFUNCTION");