ITabFormatScale.GetUsedIntervalIndex

Fore Syntax

GetUsedIntervalIndex(nIndex: Integer): Integer;

Fore.NET Syntax

GetUsedIntervalIndex(nIndex: integer): integer;

Parameters

nIndex. Index of color scale interval.

Description

The GetUsedIntervalIndex method is used to get the number of scale intervals in use.

Comments

To get color by the specified color scale interval, use the ITabFormatScale.Color property.

Fore and Fore.NET Examples

The method use is given in the example for ITabFormatScale.GetUsedIntervalsCount.

See also:

ITabFormatScale