IMapTimeDynamicDataAdapter.PartCount

Fore Syntax

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

Fore.NET Syntax

PartCount[Attribute: System.Object; TimePointIndex: System.Int32]: System.Int32;

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 factor composite parts for the time point.

Comments

For a bar factor the property returns the number of columns to the specified time point. The list of factors 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