OverridenObject (Parameter)
Introduced
7.0
Description
Returns the parameter overridden by this parameter. OverridenObject returns itself unless Parameter.OverridingObject is empty (if the parameter is not an overriding parameter). See Override.AddParameterEntry for information about how to add an overriding parameter.
Note: This property may also return an empty object if the overriding parameter hasn't yet been set. You must first set the overriding parameter value with the SetValue command to activate the overridden parameter: Parameter.Value will not activate the override parameter.
C# Syntax
// get accessor Parameter rtn = Parameter.OverridenObject;
Examples
Python Example
# # See the Override reference page for an example demonstrating # how to create and access override parameters #
See Also
Autodesk Softimage v7.5