GetNumRelativeValues
 
 
 

GetNumRelativeValues

Description

Gets the number of sets of relative values in this Interpolator object.

Scripting Syntax

oReturn = GetNumRelativeValues( InputObj );

Return Value

Returns the number of sets of relative values in the interpolator controlling the parameter (or the interpolator if it is directly provided)

Parameters

Parameter Type Description
InputObj String Animated parameter that the interpolator is controlling or the interpolator itself

Default Value: Currently selected and marked parameter

Examples

VBScript Example

'
'See the example for the SetRelativeValues command.
'

See Also

GetRelativeValue RemoveRelativeValue SetRelativeValues