v3.0
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.
// get accessor Object FCurveEditor.get_EditorAttribute( siFCurveEditorAttribute in_Requested ); |
Parameter | Type | Description |
---|---|---|
Requested | siFCurveEditorAttribute | Determines what range of time to consider. |