IVirtualCubeCompounds.Count

Syntax

Count: Integer;

Description

The property is read-only.

The Count property returns the number of composite structures in the collection.

Comments

Collection capacity is the number of elements a collection can contain. The Count property is the number of elements actually contained in the collection. Capacity is always greater or equal to the Count property value. If the Count property value exceeds capacity when an element is added to the collection, it is increased automatically.

The collection of composite structures always contains tree predetermined structures (facts/calendar/scenarios).

Example

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

See also:

IVirtualCubeCompounds