IMapTimeDynamicDataAdapter.PartCount

Syntax

PartCount(Attribute: Variant; TimePointIndex: Integer): Integer;

Parameters

Attribute. Parameter that determines, which data is returned by a dynamic time adapter.

TimePointIndex. Parameter that determines a time point.

Description

The PartCount property returns the number of the indicator composite parts for the time point.

Comments

For a bar indicator the property returns the number of columns to the specified time point. The list of indicators linked to the map layers is given in the Attributes section.

The time point is specified by the TimePointIndex parameter.

Example

The property use is given in the example for IMapTimeDynamicDataAdapter.Data.

See also:

IMapTimeDynamicDataAdapter