09-05-2006 04:18 AM
09-05-2006 07:34 AM
09-05-2006 03:01 PM
CKone,
You can use the API to access the parameter properties.
Once you get the parameter item you can treat that object as a SequenceCallParamer object.
The SequenceCallParameter object contains several of the properties you were trying to access:
Use objects from the SequenceCallParameter class to configure and obtain SequenceCallParameter-specific information for an item in the SequenceCallParameters collection class.
| Name (Read Only) |
| PassByReference (Read Only) |
| Type (Read Only) |
| UseDefaultValue |
| UserData (Read Only) |
| ValidEvaluationTypes (Read Only) |
|
I modified your sequence file to use this object. Hope it helps. Antonio Lie |
09-06-2006 02:15 AM
09-06-2006 01:32 PM