IEaxVisualizer.ChangeObjectivesSelection

Fore Syntax

ChangeObjectivesSelection(Value: Variant; Operation: EaxChangeSelectionOperation);

Fore.NET Syntax

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

Parameters

Value. Visualizer to display or exclude.

Operation. Operation under selected visualizer.

Description

The ChangeObjectivesSelection method excludes or displays visualizer.

Comments

To check, whether visualizer can be excluded or displayed, use the IEaxVisualizer.CanChangeObjectivesSelection method.

See also:

IEaxVisualizer