ITargetConstraintInfoArray.Item

Fore syntax

Item(Index: Integer): ITargetConstraintInfo;

Fore.NET syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Cp.ITargetConstraintInfo;

Parameters

Index. Index of constraint limit values in the collection.

Description

The Item property returns constraint limit value with set index from the collection.

Comments

Indexing of constraint limit values in the collection is continuous and starts from zero.

See also:

ITargetConstraintInfoArray