Find (ParameterCollection)
Description
Returns the first member of this collection that matches the find criteria. If no item is found, it returns "Nothing", which you can use to trap errors.
Scripting Syntax
ParameterCollection.Find( [Type] )
C# Syntax
Parameter ParameterCollection.Find( String in_filter );Parameters
|
Parameter |
Type |
Description |
|
Type |
Object type (see siType for a list of possible values) |
Return Value
Object (type varies according to find criteria).
Examples
• See ParameterCollection.Find.1.vbs
• See ParameterCollection.Find.2.js
• See ParameterCollection.Find.3.pys
Autodesk Softimage 2011