IEaxVisualizer.CanDrillObjectives

Fore Syntax

CanDrillObjectives(Value: Variant; DrillType: EaxDrillType): Boolean;

Fore.NET Syntax

CanDrillObjectives(Value: object; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType): boolean;

Parameters

Value. Visualizer to drill down data.

DrillType. Data drilldown method.

Description

The CanDrillObjectives method returns whether visualizer data can be drilled down.

Comments

To drill down visualizer data, use the IEaxVisualizer.DrillObjectives method.

See also:

IEaxVisualizer