ITargetConstraints.Item

Fore Syntax

Item(Index: Integer): ITargetConstraint;

Fore.NET Syntax

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

Parameters

Index. Constraint index.

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.

See also:

ITargetConstraints