IMsTargetConstraints.Item

Syntax

Item(Index: Integer): IMsTargetConstraint;

Parameters

Index. Constraint index.

Description

The Item property returns specified constraint from the collection.

Comments

Indexing of collection constraints is continuous and starts with zero. The number of constraints is returned by the IMsTargetConstraints.Count property.

See also:

IMsTargetConstraints