FCurveEditor.EditorAttribute
 
 
 

FCurveEditor.EditorAttribute

Introduced

v3.0

Description

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

Supported attributes are listed in the siFCurveEditorAttribute enum.

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

C# Syntax

// get accessor
Object FCurveEditor.get_EditorAttribute( siFCurveEditorAttribute in_Requested );

Parameters

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

See Also

siFCurveEditorAttribute FCurveEditor.GetEditorAttribute2