Item(Index: Integer): IVirtualCubeCompound;
Index. Index of structure in the collection.
The property is read-only.
The Item property returns structure from the collection by its index.
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.
The property use is given in the example for IVirtualCube.Compounds.
See also: