Parameters (ProjectItem) *
Description
Returns a ParameterCollection containing all Parameter objects on the object that support read access. You can get their value using the Parameter.Value property.
Note: In some cases the parameters of nested objects are also included in the returned collection. You can use the SIObject.Parent property to test the exact source of each Parameter.
C# Syntax
// get accessor ParameterCollection rtn = ProjectItem.Parameters;
Examples
• See ProjectItem.Parameters.1.vbs
Autodesk Softimage 2011