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 constraint with specified index from the collection.

Comments

Indexing of collection constraints is continuous and starts with zero.

See also:

ITargetConstraints