IVZEffects.Item

Fore syntax

Item(Index: Integer): IVZEffect;

Fore.NET syntax

Item[Index: System.Int32]: Prognoz.Platform.Interop.Visualizators.IVZEffect;

Parameters

Index. Index of the effect that should be obtained.

Description

The Item property returns effect from the collection of effects by the specified index.

See also:

IVZEffects