IMapTimeDynamicDataAdapter.TimePointName

Fore Syntax

TimePointName(TimePointIndex: Integer): String;

Fore.NET Syntax

TimePointName[TimePointIndex: System.Int32]: System.String;

Parameters

TimePointIndex. Parameter that determines a time point.

Description

The TimePointName property returns name of a time point.

Comments

The time point is specified by the TimePointIndex parameter.

Example

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

See also:

IMapTimeDynamicDataAdapter