ISmHighlightExceptions.Indexes

Syntax

Indexes: Array;

Description

The Indexes property returns indexes of the characteristics that have the maximum exceptionality level.

Comments

Use the ISmHighlightExceptions.ExceptionLevels property to get the array of maximum levels of observations exceptionality (by all characteristics).

If ExceptionLevels[i] = 0, the observation is not exceptional, and Indexes[i] returns the value -1.

Example

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

See also:

ISmHighlightExceptions