GaugeScale.getArrowValue

Syntax

getArrowValue(arrow: PP.Ui.GaugeArrowBase, index: Number);

Parameters

arrow. Scale arrow.

index. Timeline step. This parameter is optional. If this parameter is not defined, arrow value is returned for the current timeline step.

Description

The getArrowValue method returns arrow value.

Comments

The method returns value of the Number type.

Example

The example of use is given on the page with description of the GaugeScale.addArrow method.

See also:

GaugeScale