IMsTransformObjectList.Item

Syntax

Item(Index: Integer): IMsTransformObject;

Parameters

Index. Object index in the collection.

Description

The Item property returns object from the collection by its index.

Comments

This property allows for access to the specified object of the collection. Value of the Index property must be a non-negative number, but smaller than value of the IMsTransformObjectList.Count property. Index of the first object in the collection is 0, the last one IMsTransformObjectList.Count is 1. Index numbering is continuous.

Example

The property use is given in the example for IMsTransformObject.Descriptor.

See also:

IMsTransformObjectList