SelectedKeys (FCurveEditor)

Introduced

3.0

Description

Returns an FCurveKeyCollection containing each FCurveKey selected in the fcurve editor for a particular FCurve object.

Note: This property is not Python-compliant because Python does not support input parameters on properties. Use FCurveEditor.GetSelectedKeys2 instead.

C# Syntax

// get accessor
FCurveKeyCollection FCurveEditor.get_SelectedKeys( FCurve in_pCurve );

Parameters

Parameter

Type

Description

Curve

FCurve

Function curve with selected keys.

See Also

FCurve.Keys

FCurveKey

FCurveEditor.GetSelectedKeys2



Autodesk Softimage v7.5