Description
Returns a ParameterCollection containing all parameters available on the current Parameter object).
There are two kinds of parameters in Softimage: 'compound' and 'single'. Single parameters consist of a single value, like an Active parameter which is either set to true or false. Compound parameters are more like organizing nodes, with entire groups of parameters nested under them, like the Local node which appears under the Kinematics node in the Explorer view.
Note: For normal parameters that do not have any children the returned ParameterCollection will be empty.
C# Syntax
// get accessor ParameterCollection rtn = Parameter.Parameters;
Examples
• See Parameter.Parameters.1.vbs
Autodesk Softimage 2011