IMapTimeDynamicDataAdapter.TimePointName

Syntax

TimePointName(TimePointIndex: Integer): String;

Parameters

TimePointIndex. Parameter that determines a time point.

Description

The TimePointName property returns name of a time point.

Comments

To get the number of time points, use the IMapTimeDynamicDataAdapter.TimePointsCount property.

Example

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

See also:

IMapTimeDynamicDataAdapter