GetModel method: AnalyticTypeDefn class
Syntax
GetModel(ModelName)
Description
Use the GetModel method to return a reference to an AnalyticTypeModelDefn object.
This method fails if the model specified by ModelName doesn't exist.
Parameters
| Parameter | Description |
|---|---|
|
ModelName |
Specify the name of the analytic type model definition that you want to access. |
Returns
An AnalyticTypeModelDefn object.
Related Topics