IMsCalculationTreeNodes.Count

Syntax

Count: Integer;

Description

The Count property returns the number of elements in collection.

Comments

Collection capacity is the number of elements a collection can contain.

The property returns the number of elements actually contained in the collection. Capacity always exceeds or equals the property value. If elements are added to the collection, and the property value exceeds the capacity, the capacity automatically increases.

Example

The property use is given in the example for IMsProblemCalculation.CalculationTree.

See also:

IMsCalculationTreeNodes