GetKeysBetween (FCurve)

Introduced

6.0

Description

Returns a collection of FCurveKey objects representing keys on the function curve between the StartFrame and EndFrame.

Scripting Syntax

FCurve.GetKeysBetween( [StartFrame], [EndFrame] )

C# Syntax

FCurveKeyCollection FCurve.GetKeysBetween( Object in_StartFrame, Object in_EndFrame );

Parameters

Parameter

Type

Description

StartFrame

Variant

The start time of the range. Must be less than the EndFrame value.

Default Value: The first key frame on the fcurve.

EndFrame

Variant

The end time of the range.

Default Value: The last key frame on the fcurve.

Return Value

FCurveKeyCollection

See Also

FCurve.GetKey

FCurve.Keys

FCurve.GetNumKeys

Examples

• See FCurve.GetKeysBetween.1.js



Autodesk Softimage 2011