GetEditorAttribute2 (FCurveEditor)
Introduced
6.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.
Scripting Syntax
FCurveEditor.GetEditorAttribute2( [Requested] )
C# Syntax
Object FCurveEditor.GetEditorAttribute2( siFCurveEditorAttribute in_Requested );Parameters
|
Parameter |
Type |
Description |
|
Requested |
Determines what range of time to consider. |
Return Value
See Also
Autodesk Softimage v7.5