GetAnalyticInstance function

Syntax

GetAnalyticInstance(ID)

Description

Use the GetAnalyticInstance function to return a reference to the AnalyticInstance object as specified by the ID.

The analytic instance specified by ID must already be created before using this function.

Parameters

Parameter Description

ID

Specify the analytic instance identifier that you want to access.

Returns

An AnalyticInstance object if successful, null otherwise.