EditorAttribute (FCurveEditor)
Introduced
3.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 |
Determines what range of time to consider. |
See Also
Autodesk Softimage v7.5