FCurveEditor.GetEditorAttribute2
 
 
 

FCurveEditor.GetEditorAttribute2

Introduced

v6.0

Description

Returns a property of the FCurveEditor. For example, in the FCurve Editor it is possible to select a region of time, and this method provides access to this time range.

Supported attributes are listed in the siFCurveEditorAttribute enum.

Note: This is the Python-compliant version of the FCurveEditor.EditorAttribute property. Since Python does not support input parameters on properties, FCurveEditor.EditorAttribute will fail in Python.

C# Syntax

Object FCurveEditor.GetEditorAttribute2( siFCurveEditorAttribute in_Requested );

Scripting Syntax

oVariant = FCurveEditor.GetEditorAttribute2( [Requested] );

Return Value

Variant

Parameters

Parameter Type Description
Requested siFCurveEditorAttribute Determines what range of time to consider.

See Also

siFCurveEditorAttribute FCurveEditor.EditorAttribute