IVarTargetConstraintsArray.Item

Syntax

Item(Index: Integer):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.

Example

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

See also:

IVarTargetConstraintsArray