IVirtualCubeCompounds.Item

Syntax

Item(Index: Integer): IVirtualCubeCompound;

Parameters

Index. Index of structure in the collection.

Description

The property is read-only.

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

Comments

This property enables the user to access the specified composite structure from the collection. Value of the Index parameter must be a non-negative number but less than value of the IVirtualCubeCompounds.Count property. Index of the first object in the collection is 0, of the last one - IVirtualCubeCompounds.Count - 1. Index numbering is continuous.

Example

The property use is given in the example for IVirtualCube.Compounds.

See also:

IVirtualCubeCompounds