Description
Returns the parameter's script name as a String. You use the script name of a parameter in scripting (for example, with the SetValue command) and to specify which parameter you want to access from the ParameterCollection.
The actual name (SIObject.Name) of the parameter is the name that appears in the scene explorer (unless Show Script Names is enabled) but the script name is logged to the history pane of the Script Editor.
Note: For custom properties, when you create a new custom parameter with the CustomProperty.AddParameter method, you can define the script name with the ScriptName parameter and the actual name with the Name parameter.
C# Syntax
// get accessor String rtn = Parameter.ScriptName;
See Also
Examples
• See Parameter.ScriptName.1.vbs
• See Parameter.ScriptName.2.vbs
Autodesk Softimage 2011