IEaxVisualizer.CanChangeObjectivesSelection

Fore Syntax

CanChangeObjectivesSelection(Value: Variant; Operation: EaxChangeSelectionOperation): Boolean;

Fore.NET Syntax

CanChangeObjectivesSelection(Value: object; Operation: Prognoz.Platform.Interop.Express.EaxChangeSelectionOperation): boolean;

Parameters

Value. Visualizer to display or exclude

Operation. Operation under selected visualizer.

Description

The CanChangeObjectivesSelection method returns whether visualizer can be excluded or displayed.

Comments

To exclude or display visualizer, use the IEaxVisualizer.ChangeObjectivesSelection method.

See also:

IEaxVisualizer