IForeNETMethodParams.Item

Syntax

Item(Index: Integer): IForeNETMethodParam;

Item[Index: Integer]: Prognoz.Platform.Interop.ForeNet.IForeNETMethodParam;

Parameters

Index. Parameter index.

Description

The Item property returns parameter with the specified index.

Fore and Fore.NET Examples

The example of use is given in description of the IForeNETMethod.Params property.

See also:

IForeNETMethodParams