IVarTargetConstraintsArray.Item

Fore Syntax

Item(Index: Integer):IVarTargetConstraint;

Fore.NET Syntax

Item(Index: integer):Prognoz.Platform.Interop.Cp.IVarTargetConstraint;

Parameters

Index. Constraint index in the collection.

Description

The Item property returns the constraint with the specified index from the collection.

Comments

Indexing of collection constraints is continuous and starts with zero.

Fore and Fore.NET Examples

The property use is given in the example for IVarTargetConstraint.Include.

See also:

IVarTargetConstraintsArray